瀏覽代碼

Update shell_execute.py

qiaofeng1227 2 年之前
父節點
當前提交
c082a4d783
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      appmanage/api/utils/shell_execute.py

+ 1 - 1
appmanage/api/utils/shell_execute.py

@@ -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)