[Secure-testing-commits] r3902 - bin
Florian Weimer
fw at costa.debian.org
Mon May 1 09:04:25 UTC 2006
Author: fw
Date: 2006-05-01 09:04:25 +0000 (Mon, 01 May 2006)
New Revision: 3902
Modified:
bin/tracker_service.py
Log:
bin/tracker_service (BugFilter):
Fix crash while displaying the unstable/testing overviews.
Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py 2006-04-30 20:54:36 UTC (rev 3901)
+++ bin/tracker_service.py 2006-05-01 09:04:25 UTC (rev 3902)
@@ -23,7 +23,7 @@
else:
self.action_list = action_list
self.params = {}
- for (prop, desc) in action_list:
+ for (prop, desc) in self.action_list:
self.params[prop] = int(params.get(prop, (0,))[0])
def actions(self, url):
More information about the Secure-testing-commits
mailing list