From eeeaf8a3a1c8cb27462d85ce6d3447302cf8e071 Mon Sep 17 00:00:00 2001 From: Dominic Oram Date: Mon, 14 Oct 2019 18:17:55 +0100 Subject: [PATCH] Fix exit codes --- twincat_version_manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/twincat_version_manager.py b/twincat_version_manager.py index 120547e..3483331 100644 --- a/twincat_version_manager.py +++ b/twincat_version_manager.py @@ -29,7 +29,6 @@ def check_versions(): if __name__ == "__main__": - exit(0) try: incorrect_files = check_versions() for file, version in incorrect_files.items():