Skip to content

Bug at python-gitlab/docs/gl_objects/projects.py in lines 226 and 230 #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghost opened this issue Sep 24, 2016 · 1 comment
Closed

Comments

@ghost
Copy link

ghost commented Sep 24, 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 :)

@gpocentek 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
@gpocentek
Copy link
Contributor

Nice catch, patch coming up. Thank you!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant