Merge pull request #537 from tekii/fix530

fix #530 set client_playback to None when client_playback is done
This commit is contained in:
Maximilian Hils 2015-03-26 14:06:56 +01:00
commit d08fc33f35

View File

@ -771,6 +771,8 @@ class FlowMaster(controller.Master):
if all(e):
self.shutdown()
self.client_playback.tick(self)
if self.client_playback.done():
self.client_playback = None
return super(FlowMaster, self).tick(q, timeout)