From 053b8ae8257868ea5729b9ff2cc19c5dd430633a Mon Sep 17 00:00:00 2001 From: x03daop Date: Fri, 4 Nov 2016 15:06:32 +0100 Subject: [PATCH] Closedown --- script/local.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 16bae327..10945c2a 100644 --- a/script/local.py +++ b/script/local.py @@ -219,7 +219,8 @@ def append_diag_datasets(parent = None): def wait_beam(): - if not beam_ok: + return + if not beam_ok: print "Waiting for beam..." while not beam_ok: time.sleep(0.1)