Commit 419144b5 authored by 章 登恒's avatar 章 登恒
Browse files

commit

parent 03e92d9d
......@@ -242,7 +242,7 @@ if __name__ == '__main__':
step2_2.query_click('快速采购订单',qkpchno,'vxe-body--column col_19 col--ellipsis dw-click-cell')
step2_2.button_click2()
step3.push_wms(qkpchno)
except Exception as e:
except (Exception,AssertionError) as e:
print('errmsg')
traceback.print_exc()
pro_path = get_pro_path()
......
Supports Markdown
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