We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbae89 commit 50fb475Copy full SHA for 50fb475
src/peakrdl_python/templates/template_ultilities.py.jinja
@@ -29,5 +29,5 @@ from peakrdl_python.__about__ import __version__
29
if __version__ != '{{version}}':
30
raise RuntimeError('Library built with peakrdl-python version {{version}} however '
31
f'version {__version__} is installed')
32
-
+{% endif %}
33
{%- endmacro -%}
0 commit comments