Commit 2827c05b authored by wanli's avatar wanli

update

parents 6ccd1eef d2207d93
...@@ -118,7 +118,7 @@ class BuildLogsManager(object): ...@@ -118,7 +118,7 @@ class BuildLogsManager(object):
if result: if result:
result = result.to_dict(only=["uuid", "app_path"]) result = result.to_dict(only=["uuid", "app_path"])
result.update({ "app_name": app.app_name }) result.update({ "app_name": app.app_name })
return result, "get build_logs {}.".format("success" if result else "no data") return result, "get build logs {}.".format("success" if result else "no data")
def getList(self, user, data): def getList(self, user, data):
if not data or len(data) <= 0: if not data or len(data) <= 0:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment