Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gitlab/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def main():
sys.exit(e)
# We only support v4 API at this time
if config.api_version not in ("4",):
raise ModuleNotFoundError(name="gitlab.v%s.cli" % self._api_version)
raise ModuleNotFoundError(name="gitlab.v%s.cli" % config.api_version)

# Now we build the entire set of subcommands and do the complete parsing
parser = _get_parser(gitlab.v4.cli)
Expand Down