mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-12 09:36:41 -05:00
Update workflows.py
This commit is contained in:
parent
d0bd111eab
commit
35bc673648
@ -80,7 +80,7 @@ def parse_w_workflow_placeholders(
|
|||||||
if doc_url is not None:
|
if doc_url is not None:
|
||||||
formatting.update({"doc_url": doc_url})
|
formatting.update({"doc_url": doc_url})
|
||||||
|
|
||||||
logger.debug(f"Jinja Template is : {text}")
|
logger.debug(f"Parsing Workflow Jinja template: {text}")
|
||||||
try:
|
try:
|
||||||
template = _template_environment.from_string(
|
template = _template_environment.from_string(
|
||||||
text,
|
text,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user