mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 09:31:08 +00:00
massfile: Add missing comma.
This commit is contained in:
parent
86b7ff977c
commit
121bc50341
2
massfile
2
massfile
@ -156,7 +156,7 @@ def main():
|
||||
if not check_configfiles():
|
||||
sys.exit(1)
|
||||
|
||||
launchpad = get_launchpad('ubuntu-dev-tools' server=options.lpinstance)
|
||||
launchpad = get_launchpad('ubuntu-dev-tools', server=options.lpinstance)
|
||||
config = read_config()
|
||||
pack_list = read_list()
|
||||
buglist = read_buglist(config["buglist-url"], launchpad)
|
||||
|
Loading…
x
Reference in New Issue
Block a user