Closedown

This commit is contained in:
x03daop
2016-11-04 15:06:32 +01:00
parent 603d43b411
commit 053b8ae825

View File

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