Skip to content

Modify a group member #73

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 Oct 17, 2015 · 1 comment
Closed

Modify a group member #73

ghost opened this issue Oct 17, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 17, 2015

Hi Gauvain,

Thank you for this great module. I like it because it follows the philosophy / coding style of Python (compared to pyapi-python) .

I have a little quesiton:

I tried to modify a group member:

for member in group.Member(all=True):
    if member.id == 12:
        member.access_level = 50
        member.save()

But it raised an exception that says "the function is not implemented".

Is there a way to modify a group member with the current version of python-gitlab?

Cheers,
Asher

PS: I remember you. You contributed few years ago with a Debian package for one of my free softwares 'Jargon Informatique' ;-) . Le monde est petit !

@gpocentek
Copy link
Contributor

It should work now, let me know if this is still a problem.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 29, 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