Skip to content

Commit

Permalink
return if job failed
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Nov 9, 2020
1 parent 6e86686 commit b2e58a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def done(self, job):
return
if job.failed:
self.gui.job_exception(job)
return

# send file to device
for book in self.books:
Expand Down

0 comments on commit b2e58a6

Please sign in to comment.