修改代码
This commit is contained in:
+2
-2
@@ -350,8 +350,8 @@ def _main():
|
||||
"""直接运行费用对比,无需命令行或输入"""
|
||||
|
||||
# ✅ 在这里直接填写你要测试的路径(可自行修改)
|
||||
calc_dir = r"data/input/bclresults/国网投标变电全费用(报表数据)1.1.0.46(沙悦)_-_副本"
|
||||
proj_json = r"data/input/merged/国网投标变电全费用(报表数据)1.1.0.46(沙悦) - 副本.json"
|
||||
calc_dir = r"data/input/bclresults/国网-招标-电缆-全费用综合单价1.0.7(周雪梅)_-_副本"
|
||||
proj_json = r"data/input/merged/国网-招标-电缆-全费用综合单价1.0.7(周雪梅) - 副本.json"
|
||||
|
||||
# 检查路径是否存在
|
||||
if not os.path.exists(calc_dir):
|
||||
|
||||
Reference in New Issue
Block a user