diff --git a/scripts/ErrorReporter/error_dialog_app.py b/scripts/ErrorReporter/error_dialog_app.py index 6713c7e5c1e8d62116fa6a72e2b5faa6d48697bd..63928d33e615d6e822b1e09aa65cf2b1734144e3 100644 --- a/scripts/ErrorReporter/error_dialog_app.py +++ b/scripts/ErrorReporter/error_dialog_app.py @@ -35,5 +35,6 @@ def main(): app.exec_() return int(command_line_args.exit_code) + if __name__ == '__main__': # if we're running file directly and not importing it sys.exit(main()) # run the main function