Skip to content

Commit

Permalink
remove do extension
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Oct 22, 2024
1 parent 09f6acd commit 6fb1c8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/render_cf.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def render_templates(job_types: dict, compute_envs: dict, security_environment:
trim_blocks=True,
lstrip_blocks=True,
keep_trailing_newline=True,
extensions=['jinja2.ext.do'],
)

for template_file in Path('.').glob('**/*.j2'):
Expand Down

0 comments on commit 6fb1c8d

Please sign in to comment.