Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit15ec41c

Browse files
fix: wrong variable name
Discovered this when I ran flake8 on the file. Unfortunately I was theone who introduced this wrong variable name :(
1 parent0b67ca2 commit15ec41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎gitlab/cli.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def main():
188188
sys.exit(e)
189189
# We only support v4 API at this time
190190
ifconfig.api_versionnotin ("4",):
191-
raiseModuleNotFoundError(name="gitlab.v%s.cli"%self._api_version)
191+
raiseModuleNotFoundError(name="gitlab.v%s.cli"%config.api_version)
192192

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp