From 235861d677c560c93f550cba5ddd221eb092423e 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 1/Motor Test 1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/tests/tests/Collimator Tests/Motor Test 1/Motor Test 1.py b/script/tests/tests/Collimator Tests/Motor Test 1/Motor Test 1.py index 728b1af..c826b6a 100644 --- a/script/tests/tests/Collimator Tests/Motor Test 1/Motor Test 1.py +++ b/script/tests/tests/Collimator Tests/Motor Test 1/Motor Test 1.py @@ -10,7 +10,7 @@ sleep(0.200) #DEVICE = 'PO2DV-NCS-LS' #get parameters from the calling interface try: - print "Running test with the following parameters:" + print "Running test Motor Test 1 with the following parameters:" print parameters loopTimes = int(parameters["repeatTimes"]["value"]) delaySeconds = int(parameters["delayS"]["value"])