From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 28 Oct 2025 04:09:19 +0000 (-0700) Subject: Update workflows.py X-Git-Tag: v2.19.3~1^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35bc67364811423114f41c8ad44424123e09ec7c;p=thirdparty%2Fpaperless-ngx.git Update workflows.py --- diff --git a/src/documents/templating/workflows.py b/src/documents/templating/workflows.py index 25f1e57ef6..67f3ac930d 100644 --- a/src/documents/templating/workflows.py +++ b/src/documents/templating/workflows.py @@ -80,7 +80,7 @@ def parse_w_workflow_placeholders( if doc_url is not None: formatting.update({"doc_url": doc_url}) - logger.debug(f"Jinja Template is : {text}") + logger.debug(f"Parsing Workflow Jinja template: {text}") try: template = _template_environment.from_string( text,