mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-13 07:27:04 +00:00
Merge remote-tracking branch 'tsimonq2/tsimonq2/fix-email-policy-data-ref'
This commit is contained in:
commit
b21879fcff
@ -191,6 +191,7 @@ class EmailPolicy(BasePolicy, Rest):
|
||||
except URLError as e:
|
||||
self.logger.error("Error getting uploader from Launchpad for %s/%s: %s",
|
||||
pkg, version, e.reason)
|
||||
return []
|
||||
try:
|
||||
source = next(reversed(data["entries"]))
|
||||
# IndexError means no packages in -proposed matched this name/version,
|
||||
|
Loading…
x
Reference in New Issue
Block a user