Skip to content

Commit

Permalink
fixed issue when file task is deleted during execution
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc committed Aug 30, 2018
1 parent 65750db commit b4c5482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def loop():
if task.get_task()['usePrince']:
binaryDownload.check_prince()
if not files.check_files(task.get_task()['files'], task.get_task()['taskId']):
task_change = True
task.reset_task()
continue
if task_change and not hashlist.load_hashlist(task.get_task()['hashlistId']):
task.reset_task()
Expand Down

0 comments on commit b4c5482

Please sign in to comment.