From 16fe1beff7ce49676f0521d87d52a01053835144 Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Tue, 24 Jan 2017 12:45:56 +0100 Subject: [PATCH] Closedown --- script/test/ReturnBug.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/test/ReturnBug.py b/script/test/ReturnBug.py index 26a9a92..1057c66 100644 --- a/script/test/ReturnBug.py +++ b/script/test/ReturnBug.py @@ -36,4 +36,5 @@ x = r.getPositions(0) index_max = y.index(max(y)) phase_ref = x[index_max] -set_return(phase_ref) \ No newline at end of file +run("Lib/startup") +print set_return(phase_ref) \ No newline at end of file