diff --git a/no_resize.py b/no_resize.py index e9cfff9..551d4b4 100644 --- a/no_resize.py +++ b/no_resize.py @@ -207,7 +207,8 @@ def make3d4print_task(r): shutil.move(os.path.join(path, file), os.path.join(workdir, f'complate/objs/{pid}/order_{orderId}/')) #判断是否是 Obj, 如果是的话要进行重命名 if file.endswith(f'{pid}.obj'): - os.rename(os.path.join(workdir, f'complate/objs/{pid}/order_{orderId}/{file}'), os.path.join(workdir, f'complate/objs/{pid}/order_{orderId}/{objName}.obj')) + os.rename(os.path.join(workdir, f'complate/objs/{pid}/order_{orderId}/{file}'), os.path.join(workdir, f'complate/objs/{pid}/order_{orderId}/{objName}')) + print("重命名成功")