diff --git a/sf_base/commons/common.py b/sf_base/commons/common.py index 32a05290..2dbb4795 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