From 0c37afe492329a2aa34220f3d559d17982d34724 Mon Sep 17 00:00:00 2001 From: dongchangxi <458593490@qq.com> Date: Sat, 15 Mar 2025 15:34:02 +0800 Subject: [PATCH] 1 --- apps/auto_convert3d_new.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/auto_convert3d_new.py b/apps/auto_convert3d_new.py index 0ea8fcb..a8e90aa 100644 --- a/apps/auto_convert3d_new.py +++ b/apps/auto_convert3d_new.py @@ -39,6 +39,8 @@ def down_obj_fromoss(pid,order_id): if ossPath != "": prefix = os.path.join("objs","print",pid,ossPath,order_id) filelist = oss2.ObjectIteratorV2(oss_client, prefix=prefix) + print(f'prefix:{prefix}') + print(f'ossPath:{ossPath}') #判断filelist是否为空 if len(list(filelist)) == 0: filelist = oss2.ObjectIteratorV2(oss_client, prefix=f'objs/print/{pid}/')