mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +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:
|
if all_package is not None:
|
||||||
package = all_package
|
package = all_package
|
||||||
else:
|
else:
|
||||||
package = task.bug_target_name.split(" ")
|
package = task.bug_target_name.split(" ")[0]
|
||||||
if package == "ubuntu":
|
if package == "ubuntu":
|
||||||
words = bug.title.split(" ")
|
words = bug.title.split(" ")
|
||||||
# no source package was defined. Guessing that the second or
|
# no source package was defined. Guessing that the second or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user