python-gitlab3 icon indicating copy to clipboard operation
python-gitlab3 copied to clipboard

get_user error

Open will-mei opened this issue 4 years ago • 0 comments

here is the code

>>> gl.get_user(130)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/root/py3/lib/python3.6/site-packages/gitlab3/__init__.py", line 158, in fn
    if key and '/' in key:
TypeError: argument of type 'int' is not iterable
>>>

will-mei avatar Apr 03 '20 07:04 will-mei