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. _______________________________________________ Secure-testing-commits mailing list Secure-testing-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-commits