Skip to content

Commit

Permalink
Update cylc/flow/parsec/jinja2support.py [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver authored Jul 24, 2023
1 parent 783d4b4 commit 897cc64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cylc/flow/parsec/jinja2support.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,5 @@ def jinja2process(
lines=get_error_lines(fpath, flines),
)

# Ignore blank lines (lone Jinja2 statements leave blank lines behind)
return [line for line in lines if line.strip()]

0 comments on commit 897cc64

Please sign in to comment.