Skip to content

Commit

Permalink
consistently signal RUNNING job state
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed Apr 12, 2018
1 parent 961729b commit f59a577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/job_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ def inc_job(self):
self.queue_update.emit(self.jobs)
else:
self.jobs.pop(0)
self.currentJobState = None
self.queue_update.emit(self.jobs)


Expand Down

0 comments on commit f59a577

Please sign in to comment.