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()