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

unknown keyword when editing an organization #890

Closed
richsalz opened this issue Aug 29, 2018 · 3 comments
Closed

unknown keyword when editing an organization #890

richsalz opened this issue Aug 29, 2018 · 3 comments

Comments

@richsalz
Copy link

This code

o.edit(
    company="Internet Engineering Task Force",
    description="The " + WGNAME + " working group",
    email=WGNAME + "@ietf.org"
    )

gets

Traceback (most recent call last):
  File "./mk-ietf-wg", line 74, in <module>
    email=WGNAME + "@ietf.org"
TypeError: edit() got an unexpected keyword argument 'description'

Python 2.7.10 on a Mac. Removing the description keyword and it passes. Any clues?

@sfdye
Copy link
Member

sfdye commented Aug 30, 2018

This was already fixed in master by #838 , waiting for #872 to get a new release out.

@richsalz
Copy link
Author

awesome, thanks.

@sfdye
Copy link
Member

sfdye commented Sep 8, 2018

New version 1.43 is available on PyPI.

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

No branches or pull requests

2 participants