diff --git a/N_A_editor.py b/N_A_editor.py index fd20882..dd651d3 100644 --- a/N_A_editor.py +++ b/N_A_editor.py @@ -205,5 +205,5 @@ def main(): if __name__ == '__main__': try: main() - except Exception: + except Exception as e: messagebox.showerror("Whoops", "\n".join(e.args))