mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
another small fix
This commit is contained in:
parent
73ef45df2b
commit
968e8f2c37
4
massfile
4
massfile
@ -68,8 +68,8 @@ def file_bug(config):
|
|||||||
Bug.authentication = os.path.expanduser("~/.lpcookie")
|
Bug.authentication = os.path.expanduser("~/.lpcookie")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
summary = config["subject"].replace("$pack", pack)
|
summary = config["subject"].replace("$pack", config["sourcepackage"])
|
||||||
description = config["text"].replace("$pack", pack)
|
description = config["text"].replace("$pack", config["sourcepackage"])
|
||||||
|
|
||||||
bug = Bug.New(product={"name": config["sourcepackage"],
|
bug = Bug.New(product={"name": config["sourcepackage"],
|
||||||
"target": "ubuntu"},
|
"target": "ubuntu"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user