From dfdcddce7346767c7b6eb933737132d01daec9bf Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 22 Jun 2015 12:02:14 +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 c2f2b08..37bad50 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 print parameters -print parameters["midPoint"]["value"] +print 'midpoint: ' + parameters["midPoint"]["value"] middle = parameters["midPoint"] loopTimes = parameters["repeatTimes"] span = parameters["spanFromMidPoint"]