Merge branch 'hotfix/prevent-skipping-and-stopping-by-other-users'

This commit is contained in:
Manuel Schmid 2023-11-19 23:30:29 +01:00
commit d7f9fe9732
1 changed files with 1 additions and 0 deletions

View File

@ -734,6 +734,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')