Skip to content
Snippets Groups Projects
Commit f31a07a0 authored by René Schöne's avatar René Schöne
Browse files

Update main.py

parent e8676962
No related branches found
No related tags found
No related merge requests found
Pipeline #9932 passed
...@@ -14,7 +14,7 @@ def define_env(env): ...@@ -14,7 +14,7 @@ def define_env(env):
- variables: the dictionary that contains the environment variables - variables: the dictionary that contains the environment variables
- macro: a decorator function, to declare a macro. - macro: a decorator function, to declare a macro.
""" """
env.conf['site_name'] = 'RagConnect ' + get_version() env.conf['site_name'] = 'Coverage Generator ' + get_version()
@env.macro @env.macro
def coverageGen_version(): def coverageGen_version():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment