9.11 改为全局logger,完善了无效标的bug
This commit is contained in:
parent
a256ceceb4
commit
010eff9405
@ -332,7 +332,7 @@ def combine_find_invalid(file_path, output_dir, truncate_json_path,clause_path,t
|
||||
results.append(future.result())
|
||||
|
||||
#禁止投标
|
||||
# g.logger.info("starting不得存在的情形...")
|
||||
g.logger.info("starting不得存在的情形...")
|
||||
forbidden_res = find_forbidden(truncate_json_path, clause_path, truncate3)
|
||||
results.append(forbidden_res)
|
||||
|
||||
@ -340,7 +340,7 @@ def combine_find_invalid(file_path, output_dir, truncate_json_path,clause_path,t
|
||||
for d in results:
|
||||
combined_dict.update(d)
|
||||
|
||||
# g.logger.info("无效标与废标done...")
|
||||
g.logger.info("无效标与废标done...")
|
||||
return nest_json_under_key(combined_dict, "无效标与废标项")
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user