Added run command & tools/set-version project

This commit is contained in:
2022-05-25 13:43:16 +02:00
parent a8756d493a
commit 48c6941f1a
13 changed files with 256 additions and 43 deletions

View File

@@ -340,7 +340,7 @@ class Configuration(ConfigurationABC):
prevent = exe.prevent_next_executable
success = True
except Exception as e:
Console.error('An error occurred while executing arguments.')
Console.error('An error occurred while executing arguments.', traceback.format_exc())
sys.exit()
return success