Commit d7bb65c7 authored by 张晓彤's avatar 张晓彤

异常处理BUG

parent eecbb2f4
......@@ -38,7 +38,7 @@ def build_work_area_uuid_index_map():
if unload_area_num < 1 or load_area_num < 1:
raise Exception("无路网信息")
except Exception as es:
raise Exception("路网读取")
logger.error("路网读取")
logger.error(es)
return (
load_area_uuid_to_index_dict,
......
Markdown is supported
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