From cf5d0d5127aeab225f356ecb2fe90e49de22a99b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 14 Mar 2015 18:53:30 +0100 Subject: reproducible: remove package from packages with notes if package doesnt exist --- bin/reproducible_html_notes.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') 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 -- cgit v1.2.3-70-g09d2