Commit 6772214f authored by 赵建伟's avatar 赵建伟

update codes

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