reset last_stop when skipping for further processing

This commit is contained in:
Manuel Schmid 2023-11-19 23:30:18 +01:00
parent 4a576bf08b
commit d2cc9a4fc8
1 changed files with 1 additions and 0 deletions

View File

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