|
@@ -21,7 +21,7 @@ def execute_command_output_all(cmd_str):
|
|
|
|
|
|
return {"code": "0", "result": process.stdout,}
|
|
|
else:
|
|
|
- myLogger.info_logger("failed to execute cmd, output failed result")
|
|
|
+ myLogger.info_logger("Failed to execute cmd, output failed result")
|
|
|
myLogger.info_logger(process)
|
|
|
raise CommandException(const.ERROR_SERVER_COMMAND,"Docker returns the original error",process)
|
|
|
|