Skip to content

Commit 50fb475

Browse files
committed
Add missing endif
1 parent ffbae89 commit 50fb475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/peakrdl_python/templates/template_ultilities.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ from peakrdl_python.__about__ import __version__
2929
if __version__ != '{{version}}':
3030
raise RuntimeError('Library built with peakrdl-python version {{version}} however '
3131
f'version {__version__} is installed')
32-
32+
{% endif %}
3333
{%- endmacro -%}

0 commit comments

Comments
 (0)