Closedown

This commit is contained in:
x03daop
2016-09-08 14:30:08 +02:00
parent 045833b889
commit a06ee1d52d

View File

@@ -851,6 +851,8 @@ class ScanGuard(object):
while self.running:
self._ringcurrent.pv.poll() #pend_event(timeout=1)
new_beam_ok = self.check_beam()
print new_beam_ok, self.beam_ok:
if new_beam_ok != self.beam_ok: