mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-10 08:21:29 +00:00
* requestsync: use the correct object to call getUbuntuDistribution
This commit is contained in:
parent
0684698c98
commit
47a2274264
@ -96,7 +96,7 @@ def checkExistingReports(package):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
# Fetch the package's bug list from Launchpad.
|
# Fetch the package's bug list from Launchpad.
|
||||||
pkg = launchpad.getUbuntuDistribution().getSourcePackage(name=package)
|
pkg = LpApiWrapper.getUbuntuDistribution().getSourcePackage(name=package)
|
||||||
pkgBugList = pkg.searchTasks()
|
pkgBugList = pkg.searchTasks()
|
||||||
|
|
||||||
# Search bug list for other sync requests.
|
# Search bug list for other sync requests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user