From 34fe5bb2fc7d5950111ae44fb3d7bb8a2d112993 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 22 Jun 2015 11:02:46 +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 708c05f..7b44d40 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) - quit() + sys.quit()