Skip to content

Commit ccdb833

Browse files
committed
Clear error message on show
This makes it so that if an error is encountered, it is only shown once and doesn't keep bothering the user.
1 parent e7a7892 commit ccdb833

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,7 @@ def done_making_files(self):
645645
if self.output_err:
646646
self.show_error(self.output_err)
647647
self.enable_ui_after_error()
648+
self.output_err = ''
648649
else:
649650
self.progress_text = 'Running custom script...'
650651
self.ex_button.setEnabled(False)

0 commit comments

Comments
 (0)