[Secure-testing-commits] r50157 - bin

Paul Wise pabs at moszumanska.debian.org
Wed Mar 29 05:20:21 UTC 2017


Author: pabs
Date: 2017-03-29 05:20:21 +0000 (Wed, 29 Mar 2017)
New Revision: 50157

Modified:
   bin/tracker_service.py
Log:
Fix typo

Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py	2017-03-29 04:48:56 UTC (rev 50156)
+++ bin/tracker_service.py	2017-03-29 05:20:21 UTC (rev 50157)
@@ -1525,7 +1525,7 @@
                                     % (int(y), int(number)))
         return None
 
-    def url_dla(self, url, dla, re_dsa=re.compile(r'^DLA-(\d+)(?:-\d+)?$')):
+    def url_dla(self, url, dla, re_dla=re.compile(r'^DLA-(\d+)(?:-\d+)?$')):
         match = re_dla.match(dla)
         if match:
             # We must determine the year because there is no generic URL.




More information about the Secure-testing-commits mailing list