mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Reapply #5304 fix
This commit is contained in:
parent
b0f1842e63
commit
7c0a98ae13
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user