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

Commit9cb6bbe

Browse files
author
Gauvain Pocentek
committed
pep8 fix
1 parentcb8ca65 commit9cb6bbe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎gitlab/cli.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ def cls_to_what(cls):
7878

7979

8080
def_get_base_parser(add_help=True):
81-
parser=argparse.ArgumentParser(add_help=add_help,
81+
parser=argparse.ArgumentParser(
82+
add_help=add_help,
8283
description="GitLab API Command Line Interface")
8384
parser.add_argument("--version",help="Display the version.",
8485
action="store_true")

‎gitlab/v4/cli.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ def extend_parser(parser):
240240
arg_name=cli.cls_to_what(cls)
241241
object_group=subparsers.add_parser(arg_name)
242242

243-
object_subparsers=object_group.add_subparsers(title='action',
243+
object_subparsers=object_group.add_subparsers(
244+
title='action',
244245
dest='action',help="Action to execute.")
245246
_populate_sub_parser_by_class(cls,object_subparsers)
246247
object_subparsers.required=True

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp