TooY 2 年之前
父节点
当前提交
4ce12c162f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      appmanage/api/service/manage.py

+ 1 - 0
appmanage/api/service/manage.py

@@ -243,6 +243,7 @@ def if_app_exits(app_name):
     output = shell_execute.execute_command_output_all(cmd)
     if int(output["code"]) == -1:
         info = output["result"]
+        print(info)
         return info, False
     else:
         return info, True