diff --git a/ubuntutools/requestsync/lp.py b/ubuntutools/requestsync/lp.py index f6fe6db..a1cf6ce 100644 --- a/ubuntutools/requestsync/lp.py +++ b/ubuntutools/requestsync/lp.py @@ -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.