Browse Source

bug 处理

master
dongchangxi 4 weeks ago
parent
commit
accf6f9902
  1. 2
      script/factory_sliceing/download_print_out.py

2
script/factory_sliceing/download_print_out.py

@ -278,7 +278,7 @@ def download_datas_by_json(pid_file, workdir, oss_config): @@ -278,7 +278,7 @@ def download_datas_by_json(pid_file, workdir, oss_config):
oss_client = get_oss_client(oss_config)
# json_path = os.path.join(workdir, "3DPrintLayout.json")
json_path = os.path.join(workdir, f"{pid_file}.json")
json_path = pid_file
# 读取所有PID
list_model_info, data, selected_machine = read_pids_from_json(json_path)

Loading…
Cancel
Save