mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-15 10:51:28 +00:00
import-bug-from-debian: package option is overridden and not used
This commit is contained in:
parent
bff7baecc9
commit
d09718e976
@ -150,7 +150,7 @@ def process_bugs(
|
|||||||
|
|
||||||
err = False
|
err = False
|
||||||
for bug in bugs:
|
for bug in bugs:
|
||||||
ubupackage = package = bug.source
|
ubupackage = bug.source
|
||||||
if package:
|
if package:
|
||||||
ubupackage = package
|
ubupackage = package
|
||||||
bug_num = bug.bug_num
|
bug_num = bug.bug_num
|
||||||
|
Loading…
x
Reference in New Issue
Block a user