From b06e96a4027d5388aacac69cb8b28cfb5f802b6a Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 23 Jun 2015 11:05:30 +0200 Subject: [PATCH] Closedown --- .../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 bd979ec..b5aab38 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 @@ -12,7 +12,7 @@ try: print "Running test with the following parameters:" print parameters loopTimes = parameters["repeatTimes"] - delaySeconds = = parameters["delayS"] + delaySeconds = parameters["delayS"] except: print "Could not retrieve testing parameters: ", sys.exc_info()[0] ret = 'Could not retrieve testing parameters - ' + traceback.format_exc()