another small fix

This commit is contained in:
Daniel Holbach 2007-09-27 12:17:12 +02:00
parent 73ef45df2b
commit 968e8f2c37

View File

@ -68,8 +68,8 @@ def file_bug(config):
Bug.authentication = os.path.expanduser("~/.lpcookie")
try:
summary = config["subject"].replace("$pack", pack)
description = config["text"].replace("$pack", pack)
summary = config["subject"].replace("$pack", config["sourcepackage"])
description = config["text"].replace("$pack", config["sourcepackage"])
bug = Bug.New(product={"name": config["sourcepackage"],
"target": "ubuntu"},