Skip to content

Commit

Permalink
Added error print to main_window
Browse files Browse the repository at this point in the history
  • Loading branch information
fedesemeraro committed Mar 11, 2024
1 parent 23c7049 commit b75ff1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcjetCV/gui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def load_video(self):

except Exception as e:
if self.testing:
print("Could not load video")
print("! Could not load video !:\n" + str(e))
else:
msg = QMessageBox()
msg.setWindowTitle("arcjetCV Warning")
Expand Down

0 comments on commit b75ff1a

Please sign in to comment.