From f31a07a0afab24f27224830f38936eb786b4d05f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=B6ne?= <rene.schoene@tu-dresden.de> Date: Sat, 5 Jun 2021 14:58:19 +0000 Subject: [PATCH] Update main.py --- pages/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/main.py b/pages/main.py index 6054cb3..5e18869 100644 --- a/pages/main.py +++ b/pages/main.py @@ -14,7 +14,7 @@ def define_env(env): - variables: the dictionary that contains the environment variables - 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 def coverageGen_version(): -- GitLab