parse_dash_results: Clean exit when finished

This commit is contained in:
Matthias Kuhn 2017-09-25 23:56:21 +02:00
parent a33c86db90
commit e2fa1a09ef
No known key found for this signature in database
GPG Key ID: A0E766808764D73F

View File

@ -173,6 +173,7 @@ class ResultHandler(QDialog):
if not self.images:
# all done
self.accept()
exit(0)
test_name, rendered_image = self.images.popitem()
self.test_name_label.setText(test_name)