From 9ec6a4ac71f65e861f379771c50f0e1c3f8dafbe Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 22 Jun 2015 10:59:56 +0200 Subject: [PATCH] Script execution --- .../tests/Collimator Tests/Motor Test 2/Motor Test 2.py | 5 +++-- 1 file changed, 3 insertions(+), 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 174d01e..abdc991 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 @@ -63,8 +63,9 @@ except: print "Unable to create channel:", sys.exc_info()[0] ret = 'Unable to create channel - ' + traceback.format_exc() success = False - set_return(32) - raise Exception("") + set_return(10) + sys.exit() + #raise Exception("") #remove limits idLimitH.put(999999.9, timeout=None)