Skip to content
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

Change to add_group_users function as didn't seem to work. #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Change to add_group_users function as didn't seem to work. #5

wants to merge 1 commit into from

Conversation

WestonSF
Copy link

@WestonSF WestonSF commented Apr 3, 2014

Changed:
user_names = _unpack(user_names, 'username')
postdata = self._postdata()
postdata['users'] = ','.join(user_names)

To:
postdata = self._postdata()
postdata['users'] = user_names

Changed:
        user_names = _unpack(user_names, 'username')
        postdata = self._postdata()
        postdata['users'] = ','.join(user_names)

To:
        postdata = self._postdata()
        postdata['users'] = user_names
@brianjbaldwin
Copy link

Thanks for the commit, this was non-working and this small edit fixes add_group_users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants