Skip to content

Commit e999c41

Browse files
committed
chore: commit only one file
1 parent 9bf2459 commit e999c41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intranet/apps/printing/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def add_watermark(pdf_path: str, obj) -> str:
345345
reader = PdfReader(pdf_path)
346346
writer = PdfWriter()
347347

348-
out_fd, out_path = tempfile.mkstemp(suffix="_wm.pdf")
348+
out_path = tempfile.mkstemp(suffix="_wm.pdf")
349349
i = 0
350350

351351
for page in reader.pages:

0 commit comments

Comments
 (0)