[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 6.0-15-g574e365

Sandro Tosi morph at debian.org
Tue Aug 16 23:06:38 UTC 2011


The following commit has been merged in the master branch:
commit 574e36518d01371349c3daeddc4c54afd1a93ec7
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Aug 17 00:37:46 2011 +0200

    remove spurious argument

diff --git a/reportbug/ui/text_ui.py b/reportbug/ui/text_ui.py
index 3f059ca..c820721 100644
--- a/reportbug/ui/text_ui.py
+++ b/reportbug/ui/text_ui.py
@@ -589,7 +589,7 @@ def handle_bts_query(package, bts, timeout, mirrors=None, http_proxy="",
         if res == 'n':
             raise NoNetwork
     except NoPackage:
-        long_message('No record of this package found.', title=title)
+        long_message('No record of this package found.')
         raise NoPackage
 
 def browse_bugs(hierarchy, count, bugs, bts, queryonly, mirrors,

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list