This commit is contained in:
Trenton H 2024-01-12 13:19:24 -08:00
parent b0f1842e63
commit 7c0a98ae13

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(