From ed90ad34e69c34861bb73c9f894c129ba19dacc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=B0=A7?= Date: Sun, 27 Apr 2025 15:32:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E5=9B=9E=E5=AD=97=E4=BD=93=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_base/commons/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sf_base/commons/common.py b/sf_base/commons/common.py index aa27c46f..30c06b6d 100644 --- a/sf_base/commons/common.py +++ b/sf_base/commons/common.py @@ -217,5 +217,4 @@ class PrintingUtils(models.AbstractModel): if os.path.exists(qr_temp_path): os.remove(qr_temp_path) if os.path.exists(output_temp_path): - os.remove(output_temp_path) os.remove(output_temp_path) \ No newline at end of file