diff --git a/testcase/test_scene1/scene1_mainflow.py b/testcase/test_scene1/scene1_mainflow.py index f0af374ec30046d001feacd3951c874623657bc9..63c618a7eca753f8a0de0295840ec1d7619a24e7 100644 --- a/testcase/test_scene1/scene1_mainflow.py +++ b/testcase/test_scene1/scene1_mainflow.py @@ -580,7 +580,7 @@ if __name__ == '__main__': step5.picking_goods(rejpurchord)#仓库拣货 step5.switch_loggin(usr5,pwd5) step5.outbound_review(rejpurchord)#出库复核 - print('流程一流程一:采购_采退结束!!!') + print('流程一:采购_采退结束!!!') except Exception as e: step6 =ExceptionHandling() traceback.print_exc()