X Tutup
Skip to content

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

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup