Added run command
This commit is contained in:
@@ -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
|
||||
|
@@ -4,7 +4,7 @@
|
||||
"Version": {
|
||||
"Major": "2022",
|
||||
"Minor": "6",
|
||||
"Micro": "1.dev4"
|
||||
"Micro": "13"
|
||||
},
|
||||
"Author": "Sven Heidemann",
|
||||
"AuthorEmail": "sven.heidemann@sh-edraft.de",
|
||||
|
Reference in New Issue
Block a user