You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for the rest - thanks for the job, that you've done :)
The text was updated successfully, but these errors were encountered:
gpocentek
changed the title
Bug at python-gitlab/docs/gl_objects/ in lines 226 and 230
Bug at python-gitlab/docs/gl_objects/projects.py in lines 226 and 230
Sep 25, 2016
Current state:
216: f.save(branch='master', commit_message='Update testfile')
230: f.save(branch='master', commit_message='Update testfile', encoding='base64')
both of them fail, reporting that branch name is not defined.
For me worked this:
216: f.save(branch_name='master', commit_message='Update testfile')
230: f.save(branch_name='master', commit_message='Update testfile', encoding='base64')
As for the rest - thanks for the job, that you've done :)
The text was updated successfully, but these errors were encountered: