Skip to content

Commit ea11d2c

Browse files
committed
Address 4590
Correct typo.
1 parent 0293d50 commit ea11d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4369,7 +4369,7 @@ def remove_hidden(cont_lines):
43694369
found_redacts = False
43704370
for annot in page.annots():
43714371
if annot.type[0] == mupdf.PDF_ANNOT_FILE_ATTACHMENT and attached_files:
4372-
annot.update_file(buffer=b" ") # set file content to empty
4372+
annot.update_file(buffer_=b" ") # set file content to empty
43734373
if reset_responses:
43744374
annot.delete_responses()
43754375
if annot.type[0] == pymupdf.PDF_ANNOT_REDACT: # pylint: disable=no-member

0 commit comments

Comments
 (0)