reset last_stop when skipping for further processing
This commit is contained in:
parent
4a576bf08b
commit
d2cc9a4fc8
|
|
@ -729,6 +729,7 @@ def worker():
|
|||
except fcbh.model_management.InterruptProcessingException as e:
|
||||
if async_task.last_stop == 'skip':
|
||||
print('User skipped')
|
||||
async_task.last_stop = False
|
||||
continue
|
||||
else:
|
||||
print('User stopped')
|
||||
|
|
|
|||
Loading…
Reference in New Issue