mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
ack-sync: Fix source package name.
This commit is contained in:
parent
5ec650697c
commit
bfd984568f
2
ack-sync
2
ack-sync
@ -202,7 +202,7 @@ def ack_sync(bug_numbers, all_package, all_version, all_section, update,
|
||||
if all_package is not None:
|
||||
package = all_package
|
||||
else:
|
||||
package = task.bug_target_name.split(" ")
|
||||
package = task.bug_target_name.split(" ")[0]
|
||||
if package == "ubuntu":
|
||||
words = bug.title.split(" ")
|
||||
# no source package was defined. Guessing that the second or
|
||||
|
Loading…
x
Reference in New Issue
Block a user