Skip to content

Commit bdc6f73

Browse files
committed
remove "gitlab" of arguments because conflicts with "gitlab" attribute with GitlabObject class
1 parent e6c85b5 commit bdc6f73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gitlab

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
from __future__ import print_function, division, absolute_import
2020
import argparse
21+
import inspect
2122

2223
import os
2324
import sys
@@ -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)