[Secure-testing-commits] r13785 - bin

Raphael Geissert geissert at alioth.debian.org
Mon Jan 11 08:26:11 UTC 2010


Author: geissert
Date: 2010-01-11 08:26:09 +0000 (Mon, 11 Jan 2010)
New Revision: 13785

Modified:
   bin/tracker_service.py
Log:
remove call to linkyfing function until some type issues are fixed


Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py	2010-01-11 07:49:35 UTC (rev 13784)
+++ bin/tracker_service.py	2010-01-11 08:26:09 UTC (rev 13785)
@@ -447,7 +447,7 @@
             def gen_comments():
                 for (t, c) in bug.comments:
                     yield c
-            page.append(make_pre(linkify(gen_comments())))
+            page.append(make_pre(gen_comments()))
 
         return self.create_page(url, bug.name, page)
 




More information about the Secure-testing-commits mailing list