Commit 5ad3b390 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

优化脚本

parent 619bb758
...@@ -59,6 +59,8 @@ def test1(): ...@@ -59,6 +59,8 @@ def test1():
sys.path.append(pro_path + r'\\air_case\\b2_herp3_bs\\r_b8库房管理_库区设置_同步库房信息.air') sys.path.append(pro_path + r'\\air_case\\b2_herp3_bs\\r_b8库房管理_库区设置_同步库房信息.air')
using(pro_path + r'\\air_case\\b2_herp3_bs\\r_b8库房管理_库区设置_同步库房信息.air') using(pro_path + r'\\air_case\\b2_herp3_bs\\r_b8库房管理_库区设置_同步库房信息.air')
try: try:
import time
time.sleep(6)
from r_b8库房管理_库区设置_同步库房信息 import test1 from r_b8库房管理_库区设置_同步库房信息 import test1
except Exception as e: except Exception as e:
print("r_b8库房管理_库区设置_同步库房信息发生异常:", str(e)) print("r_b8库房管理_库区设置_同步库房信息发生异常:", str(e))
......
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