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

Commitbdc6f73

Browse files
committed
remove "gitlab" of arguments because conflicts with "gitlab" attribute with GitlabObject class
1 parente6c85b5 commitbdc6f73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎gitlab

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
from __future__importprint_function,division,absolute_import
2020
importargparse
21+
importinspect
2122

2223
importos
2324
importsys
@@ -249,6 +250,8 @@ if __name__ == "__main__":
249250
config.read(['/etc/python-gitlab.cfg',
250251
os.path.expanduser('~/.python-gitlab.cfg')])
251252
gitlab_id=arg.gitlab
253+
#conflicts with "gitlab" attribute with GitlabObject class
254+
d.pop("gitlab")
252255
verbose=arg.verbosity
253256
action=arg.action
254257
what=arg.what

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp