From 121bc50341aafb86e2642572d8dc8cea0ecdf3c2 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Thu, 23 Dec 2010 12:08:02 +0100 Subject: [PATCH] massfile: Add missing comma. --- massfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/massfile b/massfile index aeef2e2..eb45314 100755 --- a/massfile +++ b/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)