mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Print the URL that failed in get_changelog(). Thanks Barry!
This commit is contained in:
parent
4750a90f80
commit
2b51da9af7
@ -65,7 +65,7 @@ def get_changelog(srcpkg, distro):
|
||||
try:
|
||||
return Changelog(urllib2.urlopen(url))
|
||||
except urllib2.HTTPError, error:
|
||||
print >> sys.stderr, ('Unable to connect to %s: %s' % (base, error))
|
||||
print >> sys.stderr, ('%s: %s' % (url, error))
|
||||
return None
|
||||
|
||||
# TODO: Move this into requestsync.mail, and implement an LP version
|
||||
|
Loading…
x
Reference in New Issue
Block a user