未验证 提交 338206c9 编写于 作者: H huangjianhui 提交者: GitHub

Update operator.py

上级 c9efcb7e
......@@ -1103,7 +1103,7 @@ class Op(object):
prod_errcode, prod_errinfo = None, None
post_res, resp = postprocess_help(self, parsed_data_dict, midped_data, data_id, logid_dict)
if resp.err_no is 200:
if resp.err_no == CustomExceptionCode.OK.value:
postped_data, prod_errcode, prod_errinfo = post_res
if prod_errcode is not None:
# product errors occured
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册