From 7260684d11e8ffe02461f761b6677d039b703a8d Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sun, 14 Feb 2016 07:55:09 +0100 Subject: CLI: fix discovery of method to execute --- gitlab/cli.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gitlab/cli.py') diff --git a/gitlab/cli.py b/gitlab/cli.py index cbd0d7c..0e7d5ef 100644 --- a/gitlab/cli.py +++ b/gitlab/cli.py @@ -375,6 +375,7 @@ def main(): "do_%s" % action]: if hasattr(cli, test): method = test + break if method is None: sys.stderr.write("Don't know how to deal with this!\n") -- cgit v1.2.1