[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-191-gef57302

Sandro Tosi morph at debian.org
Fri Apr 29 21:31:10 UTC 2011


The following commit has been merged in the master branch:
commit ef573027848b9be776ada458546d17056f53a432
Author: Sandro Tosi <morph at debian.org>
Date:   Fri Apr 29 18:59:42 2011 +0200

    remove spurious function call in text UI when there are no bug report; Thanks to Kan-Ru Chen for the report and patch; Closes: #624563

diff --git a/debian/changelog b/debian/changelog
index 6b0c8cf..40ae4a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+reportbug (5.2) UNRELEASED; urgency=low
+
+  * reportbug/ui/text_ui.py
+    - remove spurious function call in text UI when there are no bug report;
+      Thanks to Kan-Ru Chen for the report and patch; Closes: #624563
+
+ -- Sandro Tosi <morph at debian.org>  Fri, 29 Apr 2011 18:58:06 +0200
+
 reportbug (5.1) unstable; urgency=low
 
   * Makefile
diff --git a/reportbug/ui/text_ui.py b/reportbug/ui/text_ui.py
index 247045f..c760c65 100644
--- a/reportbug/ui/text_ui.py
+++ b/reportbug/ui/text_ui.py
@@ -531,7 +531,6 @@ def handle_bts_query(package, bts, timeout, mirrors=None, http_proxy="",
 
         # If there's no report, then skip all the rest
         if not count:
-            ui.run_wrapper(nullfunc)
             if hierarchy == None:
                 raise NoPackage
             else:

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list