Skip to content

Commit

Permalink
make v3 CLI work again
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Aug 20, 2017
1 parent abade40 commit 59550f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/v3/cli.py
Expand Up @@ -462,7 +462,7 @@ def extend_parser(parser):
return parser


def run(gl, what, action, args, verbose):
def run(gl, what, action, args, verbose, *fargs, **kwargs):
try:
cls = gitlab.v3.objects.__dict__[cli.what_to_cls(what)]
except ImportError:
Expand Down

0 comments on commit 59550f2

Please sign in to comment.