Skip to content

Commit

Permalink
Merge pull request #6485 from wxtim/fix.jinja2_removed_by_mistake
Browse files Browse the repository at this point in the history
Re-add a options.jinja2 removed in error.
  • Loading branch information
oliver-sanders authored Nov 20, 2024
2 parents 8ef6789 + 301b6e6 commit fc01803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/scripts/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async def _main(options: 'Values', workflow_id: str) -> None:
'label': options.label,
'jinja2': options.jinja2 or options.process,
'contin': options.cat or options.process,
'inline': options.inline or options.process,
'inline': options.jinja2 or options.inline or options.process,
},
opts=options,
):
Expand Down

0 comments on commit fc01803

Please sign in to comment.