8000 make v3 CLI work again · python-gitlab/python-gitlab@59550f2 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 59550f2

Browse files
author
Gauvain Pocentek
committed
make v3 CLI work again
1 parent abade40 commit 59550f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v3/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ def extend_parser(parser):
462462
return parser
463463

464464

465-
def run(gl, what, action, args, verbose):
465+
def run(gl, what, action, args, verbose, *fargs, **kwargs):
466466
try:
467467
cls = gitlab.v3.objects.__dict__[cli.what_to_cls(what)]
468468
except ImportError:

0 commit comments

Comments
 (0)
0