doctormo / python-gitlab3

Python wrapper for the entire GitLab API
GNU Lesser General Public License v3.0
46 stars 25 forks source link

get_user error #34

Open will-mei opened 4 years ago

will-mei commented 4 years ago

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
>>>