Skip to content

Commit

Permalink
Merge pull request #232 from mxcube/revert-228-execution_issue_22
Browse files Browse the repository at this point in the history
Revert "Execution issue "
  • Loading branch information
mguijarr authored May 22, 2017
2 parents a23f089 + 4dbe0f4 commit 2757ea8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions queue_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,6 @@ def post_execute(self):
view.setHighlighted(True)
view.setOn(False)
self.get_data_model().set_executed(True)
self.get_data_model().set_running(False)
self.get_data_model().set_enabled(False)
self.set_enabled(False)
self._set_background_color()

def _set_background_color(self):
Expand Down

0 comments on commit 2757ea8

Please sign in to comment.