mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Wrap long line.
This commit is contained in:
parent
754b3128a3
commit
1aabfec757
@ -74,7 +74,8 @@ def checkExistingReports(srcpkg):
|
|||||||
# Fetch the package's bug list from Launchpad
|
# Fetch the package's bug list from Launchpad
|
||||||
pkg = Distribution('ubuntu').getSourcePackage(name=srcpkg)
|
pkg = Distribution('ubuntu').getSourcePackage(name=srcpkg)
|
||||||
pkgBugList = pkg.searchTasks(status=["Incomplete", "New", "Confirmed",
|
pkgBugList = pkg.searchTasks(status=["Incomplete", "New", "Confirmed",
|
||||||
"Triaged", "In Progress", "Fix Committed"],
|
"Triaged", "In Progress",
|
||||||
|
"Fix Committed"],
|
||||||
omit_duplicates=True)
|
omit_duplicates=True)
|
||||||
|
|
||||||
# Search bug list for other sync requests.
|
# Search bug list for other sync requests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user