Skip to content

Commit

Permalink
Clear error message on show
Browse files Browse the repository at this point in the history
This makes it so that if an error is encountered, it is only shown once
and doesn't keep bothering the user.
  • Loading branch information
jyapayne committed Jun 10, 2016
1 parent e7a7892 commit ccdb833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ def done_making_files(self):
if self.output_err:
self.show_error(self.output_err)
self.enable_ui_after_error()
self.output_err = ''
else:
self.progress_text = 'Running custom script...'
self.ex_button.setEnabled(False)
Expand Down

0 comments on commit ccdb833

Please sign in to comment.