aboutsummaryrefslogtreecommitdiff
path: root/gitosis/gitweb.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitosis/gitweb.py')
-rw-r--r--gitosis/gitweb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitosis/gitweb.py b/gitosis/gitweb.py
index 723cc9c..271e1bd 100644
--- a/gitosis/gitweb.py
+++ b/gitosis/gitweb.py
@@ -136,7 +136,7 @@ def set_descriptions(config):
except (NoSectionError, NoOptionError):
continue
- if not description:
+ if not description: #pragma: no cover
continue
name = sectiontitle[1]