mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Comment typo
This commit is contained in:
parent
4dc40f4f4a
commit
d826cd20e0
@ -203,7 +203,7 @@ def get_open_ubuntu_bug_task(launchpad, bug, branch=None):
|
|||||||
if task.get_series() == branch[2]
|
if task.get_series() == branch[2]
|
||||||
and task.package == branch[3]]
|
and task.package == branch[3]]
|
||||||
if len(tasks) > 1:
|
if len(tasks) > 1:
|
||||||
# A bug targetted to the development series?
|
# A bug targeted to the development series?
|
||||||
tasks = [task for task in tasks if task.series is not None]
|
tasks = [task for task in tasks if task.series is not None]
|
||||||
assert len(tasks) == 1
|
assert len(tasks) == 1
|
||||||
task = tasks[0]
|
task = tasks[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user