Skip to content

Commit e2fa1a0

Browse files
committedSep 28, 2017
parse_dash_results: Clean exit when finished
1 parent a33c86d commit e2fa1a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎scripts/parse_dash_results.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def load_next(self):
173173
if not self.images:
174174
# all done
175175
self.accept()
176+
exit(0)
176177

177178
test_name, rendered_image = self.images.popitem()
178179
self.test_name_label.setText(test_name)

0 commit comments

Comments
 (0)
Please sign in to comment.