Merge pull request #44 from ShiftCore/master

fix quit action
pull/48/head
lanjelot 8 years ago
commit 3b069a347b

@ -1892,6 +1892,9 @@ Please read the README inside for more examples and usage information.
except Empty:
break
if 'quit' in actions:
self.ns.quit_now = True
if actions == 'skip':
p.skip_count += 1
continue
@ -1928,9 +1931,6 @@ Please read the README inside for more examples and usage information.
p.done_count += 1
if 'quit' in actions:
self.ns.quit_now = True
def monitor_interaction(self):

Loading…
Cancel
Save