Wrap long line.

This commit is contained in:
Benjamin Drung 2011-09-10 15:21:40 +02:00
parent 754b3128a3
commit 1aabfec757

View File

@ -74,7 +74,8 @@ def checkExistingReports(srcpkg):
# Fetch the package's bug list from Launchpad
pkg = Distribution('ubuntu').getSourcePackage(name=srcpkg)
pkgBugList = pkg.searchTasks(status=["Incomplete", "New", "Confirmed",
"Triaged", "In Progress", "Fix Committed"],
"Triaged", "In Progress",
"Fix Committed"],
omit_duplicates=True)
# Search bug list for other sync requests.