From d195091174fd0d515d1510f73f338003ec3c786d Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 23 Jun 2015 11:42:56 +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 f0e383e..ac7b267 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 @@ -68,7 +68,7 @@ except: ret = 'Unable to create channel - ' + traceback.format_exc() success = False raise Exception('Unable to create channel - ' + traceback.format_exc()) - sys.exit() + #sys.exit() #remove limits idLimitH.put(999999.9, timeout=None)