debian/bin: Fix Python static checker regressions (Closes: #928618)

This commit is contained in:
Ben Hutchings 2019-05-07 21:04:05 +01:00
parent 5ece558b8d
commit 98cbc347d3
3 changed files with 9 additions and 3 deletions

View File

@ -136,7 +136,7 @@ class Main(object):
try:
f_in = urlopen(u)
except HTTPError as e:
except HTTPError:
if i == len(self.urls) - 1:
# No more URLs to try
raise

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
linux (4.19.37-2) UNRELEASED; urgency=medium
* debian/bin: Fix Python static checker regressions (Closes: #928618)
-- Ben Hutchings <ben@decadent.org.uk> Tue, 07 May 2019 21:01:46 +0100
linux (4.19.37-1) unstable; urgency=medium
* New upstream stable update: