Added run command

This commit is contained in:
2022-05-25 08:41:35 +02:00
parent 7a65dbe39b
commit 477d2d87d3
6 changed files with 62 additions and 6 deletions

View File

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