From 1aabfec757b784e9c34a72542f7a48ca3d9f0b7b Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Sat, 10 Sep 2011 15:21:40 +0200 Subject: [PATCH] Wrap long line. --- ubuntutools/requestsync/lp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.