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

Commit665c0c3

Browse files
authored
Merge pull request#1332 from JohnVillalovos/jlvillal/fix_variable
chore: fix wrong variable name in cli.py
2 parents0b67ca2 +15ec41c commit665c0c3

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