From b3bc07b72ca1da5159d900b4cebc7d84b632df83 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 14 Mar 2015 18:40:22 +0100 Subject: reproducible: don't fail the job if a package with notes was removed --- bin/reproducible_html_notes.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index c0f01c1b..98ce5192 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -162,10 +162,8 @@ def load_notes(): query = query.format(pkg=package) result = query_db(query)[0] except IndexError: - print_critical_message('This query produces no results: ' + query + - '\nThis means there is no tested package with the name ' + - package + '.') - raise + log.warning("This query produces no results: " + query) + log.warning("This means there is no tested package with the name " + package + ".") return notes -- cgit v1.2.3-70-g09d2