diff --git a/arcjetCV/gui/main_window.py b/arcjetCV/gui/main_window.py index 6593b97..281f072 100644 --- a/arcjetCV/gui/main_window.py +++ b/arcjetCV/gui/main_window.py @@ -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")