Commit 7a40fb09 authored by 赵建伟's avatar 赵建伟

update codes

parent c5be1868
......@@ -134,7 +134,7 @@ def check_is_ok():
is_send = True
error_msg += "【" + mapping_dic.get(shd[0]) + "】打点异常,应打点个数为:" + bytes(shd[1]) + ",实际打点个数为:" + bytes(suc_dic.get(shd[0],0)) + ", 请核实!\n"
else:
print "all is ok!"
logging.info("【" + mapping_dic.get(shd[0]) + "】 is ok!")
if is_send:
logging.error(error_msg)
......
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