Skip to content
Snippets Groups Projects
Commit b306e0a8 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[utils] Ensure trailing new line is kept when generating code

parent e664bbad
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,9 @@ logger = logging.getLogger(__name__)
# Jinja2 environment for loading our templates
ENV = jinja2.Environment(
loader=jinja2.PackageLoader(__name__, "templates"), autoescape=True
loader=jinja2.PackageLoader(__name__, "templates"),
autoescape=True,
keep_trailing_newline=True,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment