提交 95a0914d 编写于 作者: 徐晓伟's avatar 徐晓伟

warning

上级 fd0acb21
......@@ -275,7 +275,7 @@ class ManageMaven:
elif res.status == 400:
logging.error(f'上传失败\t文件:{upload_file_relpath}\tHTTP状态:{res.status}\tHTTP返回值:{data.decode("utf-8")}')
else:
logging.error(f'未知状态码\t文件:{upload_file_relpath}\tHTTP状态:{res.status}\tHTTP返回值:{data.decode("utf-8")}')
logging.warning(f'未知状态码\t文件:{upload_file_relpath}\tHTTP状态:{res.status}\tHTTP返回值:{data.decode("utf-8")}')
self.normal()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册