diff --git a/tools/cal_weight.py b/tools/cal_weight.py index 144dcde..1fbe6cf 100644 --- a/tools/cal_weight.py +++ b/tools/cal_weight.py @@ -158,7 +158,7 @@ def main(action, pid, sizes,orderId=0): print('res:', res.text) #删除目录 - shutil.rmtree(os.path.join(config.workdir, action, pid)) + # shutil.rmtree(os.path.join(config.workdir, action, pid)) if __name__ == '__main__':