8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b67ca2 + 15ec41c commit 665c0c3Copy full SHA for 665c0c3
gitlab/cli.py
@@ -188,7 +188,7 @@ def main():
188
sys.exit(e)
189
# We only support v4 API at this time
190
if config.api_version not in ("4",):
191
- raise ModuleNotFoundError(name="gitlab.v%s.cli" % self._api_version)
+ raise ModuleNotFoundError(name="gitlab.v%s.cli" % config.api_version)
192
193
# Now we build the entire set of subcommands and do the complete parsing
194
parser = _get_parser(gitlab.v4.cli)
0 commit comments