From cafc90364b7103ec28f9a42c9ce6f38389f91461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Fri, 22 Jul 2016 17:09:31 +0200 Subject: oops, add missing ':' --- MgaRepo/commands/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MgaRepo') diff --git a/MgaRepo/commands/github.py b/MgaRepo/commands/github.py index 14a34c3..dece050 100644 --- a/MgaRepo/commands/github.py +++ b/MgaRepo/commands/github.py @@ -32,7 +32,7 @@ def github_delete(pkg, **kwargs): def parse_options(): parser = OptionParser(help=HELP) opts, args = parser.parse_args() - if len(args) < 1 + if len(args) < 1: raise Error("invalid arguments") opts.func = globals().get("github_"+args[0], None) if args[0] == "import": -- cgit v1.2.1