summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-14 18:53:30 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-14 19:15:30 +0100
commitcf5d0d5127aeab225f356ecb2fe90e49de22a99b (patch)
treef89cd6d8595d03aa64b347561e5eea5ceeb61cca /bin
parent8ac240d38063079c8d2ae7508e4c44589b86c29f (diff)
downloadjenkins.debian.net-cf5d0d5127aeab225f356ecb2fe90e49de22a99b.tar.xz
reproducible: remove package from packages with notes if package doesnt exist
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_notes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 0266b77d..917ccd97 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -165,6 +165,7 @@ def load_notes():
except IndexError:
log.warning("This query produces no results: " + query)
log.warning("This means there is no tested package with the name " + package + ".")
+ del notes[package]
return notes