From 3d3b36040c97919403d5e8361ab874cd07b44421 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 23 Jun 2015 11:47:59 +0200 Subject: [PATCH] Script execution --- .../tests/tests/Collimator Tests/Motor Test 1/Motor Test 1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 9fce918..a50734e 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 @@ -11,8 +11,8 @@ status = False try: print "Running test with the following parameters:" print parameters - loopTimes = parameters["repeatTimes"] - delaySeconds = parameters["delayS"] + loopTimes = parameters["repeatTimes"]["value"] + delaySeconds = parameters["delayS"]["value"] except: print "Could not retrieve testing parameters: ", sys.exc_info()[0] ret = 'Could not retrieve testing parameters - ' + traceback.format_exc()