|
@@ -215,7 +215,8 @@ class DealModelForm:
|
|
|
is_finished = False
|
|
is_finished = False
|
|
|
root_path = ""
|
|
root_path = ""
|
|
|
if len(generate_ids) > 0:
|
|
if len(generate_ids) > 0:
|
|
|
- root_path = generate_ids.loc[0]["root_path"]
|
|
|
|
|
|
|
+ print("generate_ids",generate_ids)
|
|
|
|
|
+ root_path = generate_ids.iloc[0]["root_path"]
|
|
|
save_path = f"{root_path}/已扣图"
|
|
save_path = f"{root_path}/已扣图"
|
|
|
check_path(save_path)
|
|
check_path(save_path)
|
|
|
else:
|
|
else:
|