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

Sandro Tosi morph at debian.org
Sun Apr 24 10:00:38 UTC 2011


The following commit has been merged in the master branch:
commit 8b7e5512c0e1ef4ef3db64dc00c35acad35dc21d
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Apr 24 11:06:47 2011 +0200

    remove dead code branch for namefmt key of SYSTEM entries, none has it anymore

diff --git a/reportbug/bugreport.py b/reportbug/bugreport.py
index ff21700..0a96f49 100644
--- a/reportbug/bugreport.py
+++ b/reportbug/bugreport.py
@@ -91,9 +91,6 @@ class bugreport(object):
 
         locinfo = ', '.join(locinfo)
 
-        if debianbts.SYSTEMS[self.system].has_key('namefmt'):
-            package = debianbts.SYSTEMS[self.system]['namefmt'] % self.package
-
         ph = getattr(self, 'pseudoheaders', None)
         if ph:
             headers = u'\n'.join(ph)+u'\n'

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list