[Secure-testing-commits] r14298 - bin
Florian Weimer
fw at alioth.debian.org
Thu Mar 18 19:53:19 UTC 2010
Author: fw
Date: 2010-03-18 19:53:10 +0000 (Thu, 18 Mar 2010)
New Revision: 14298
Modified:
bin/tracker_service.py
Log:
tracker_service.py: fix typo in page_status_dtsa_candidates
Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py 2010-03-18 16:39:40 UTC (rev 14297)
+++ bin/tracker_service.py 2010-03-18 19:53:10 UTC (rev 14298)
@@ -790,7 +790,7 @@
else:
remote = 'no'
- if urgency.starstwith('high'):
+ if urgency.startswith('high'):
urgency = self.make_red(urgency)
elif vulnerable == 2:
urgency = self.make_purple(urgency)
More information about the Secure-testing-commits
mailing list