From f24efb27286ac903ff345623e5870bdddcd62428 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 22 Jun 2015 11:03:31 +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 7b44d40..e80cc9d 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 @@ -64,7 +64,7 @@ except: ret = 'Unable to create channel - ' + traceback.format_exc() success = False set_return(10) - sys.quit() + exit()