|
|
|
|
@ -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) |
|
|
|
|
|