X Tutup
Skip to content

Commit 7260684

Browse files
author
Gauvain Pocentek
committed
CLI: fix discovery of method to execute
1 parent b79af1d commit 7260684

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ def main():
375375
"do_%s" % action]:
376376
if hasattr(cli, test):
377377
method = test
378+
break
378379

379380
if method is None:
380381
sys.stderr.write("Don't know how to deal with this!\n")

0 commit comments

Comments
 (0)
X Tutup