Update bulk_edit.py

This commit is contained in:
shamoon 2025-03-05 10:26:16 -08:00
parent 827a68259b
commit add4388c73

View File

@ -336,7 +336,9 @@ def merge(
try:
doc_path = (
doc.archive_path
if archive_fallback and doc.mime_type != "application/pdf"
if archive_fallback
and doc.mime_type != "application/pdf"
and doc.has_archive_version
else doc.source_path
)
with pikepdf.open(str(doc_path)) as pdf: