mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Reapply #5304 fix
This commit is contained in:
parent
4a52fc27d4
commit
4dbf8d7969
@ -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