This commit is contained in:
Trenton H 2024-01-12 13:19:24 -08:00
parent 4a52fc27d4
commit 4dbf8d7969

View File

@ -582,9 +582,9 @@ def run_workflow(
document.owner.username document.owner.username
if document.owner is not None if document.owner is not None
else "", else "",
document.added, timezone.localtime(document.added),
document.original_filename, document.original_filename,
document.created, timezone.localtime(document.created),
) )
except Exception: except Exception:
logger.exception( logger.exception(