We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c85b5 commit bdc6f73Copy full SHA for bdc6f73
gitlab
@@ -18,6 +18,7 @@
18
19
from __future__ import print_function, division, absolute_import
20
import argparse
21
+import inspect
22
23
import os
24
import sys
@@ -249,6 +250,8 @@ if __name__ == "__main__":
249
250
config.read(['/etc/python-gitlab.cfg',
251
os.path.expanduser('~/.python-gitlab.cfg')])
252
gitlab_id = arg.gitlab
253
+ #conflicts with "gitlab" attribute with GitlabObject class
254
+ d.pop("gitlab")
255
verbose = arg.verbosity
256
action = arg.action
257
what = arg.what
0 commit comments