From 63149a315c535e9490e1dec66ddb21bc2eabdb3b Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 22 Jun 2015 10:28:50 +0200 Subject: [PATCH] Script execution --- .../tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 a54f940..7e5cd85 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 @@ -67,8 +67,7 @@ except: ret = 'Unable to create channel - ' + traceback.format_exc() success = False raise - ret = 'bla' - sys.exit(bla) + sys.exit() #remove limits idLimitH.put(999999.9, timeout=None)