master > master: code py - minor
This commit is contained in:
@@ -29,11 +29,13 @@ def enter(*args: str):
|
||||
# Führe befehle in Assets aus:
|
||||
for command in config.COMMANDS:
|
||||
result = api.run_command(command);
|
||||
log.log_result(result, debug=True); # ignored if log-level >> DEBUG
|
||||
# ignored if log-level >> DEBUG
|
||||
log.log_result(result, debug=True);
|
||||
else:
|
||||
# Führe CLI-Befehl aus:
|
||||
result = api.run_command_from_json(args[0]);
|
||||
log.log_result(result, debug=True); # ignored if log-level >> DEBUG
|
||||
# ignored if log-level >> DEBUG
|
||||
log.log_result(result, debug=True);
|
||||
return;
|
||||
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user