summaryrefslogtreecommitdiff
path: root/doc/pkcs11-coverage.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pkcs11-coverage.py')
-rw-r--r--doc/pkcs11-coverage.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/pkcs11-coverage.py b/doc/pkcs11-coverage.py
index 2184cee..2df744c 100644
--- a/doc/pkcs11-coverage.py
+++ b/doc/pkcs11-coverage.py
@@ -41,7 +41,8 @@ for file in files:
continue
section = match
- coverage[section] = []
+ if section not in coverage:
+ coverage[section] = []
sections = coverage.keys()
sections.sort()