From 842436442d910fcc52ee834a13fdf42b98854755 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Thu, 25 Jun 2015 11:02:18 +0200 Subject: [PATCH] Script execution --- .../tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py b/script/tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py index ad52cdc..7f7148a 100644 --- a/script/tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py +++ b/script/tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py @@ -11,7 +11,7 @@ status = False #get parameters from the calling interface try: - print "Running test with the following parameters:" + print "Running test Motor Test 2 with the following parameters:" print parameters middle = float(parameters["midPoint"]["value"]) loopTimes = int(parameters["repeatTimes"]["value"])