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