Skip to content

Commit

Permalink
parse_dash_results: Clean exit when finished
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 28, 2017
1 parent a33c86d commit e2fa1a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/parse_dash_results.py
Expand Up @@ -173,6 +173,7 @@ def load_next(self):
if not self.images:
# all done
self.accept()
exit(0)

test_name, rendered_image = self.images.popitem()
self.test_name_label.setText(test_name)
Expand Down

0 comments on commit e2fa1a0

Please sign in to comment.