Skip to content

Fixes parsing of rc options containing '=' #129

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
wants to merge 1 commit into from

Conversation

nkakouros
Copy link

If an option, eg an alias, contains an '=', then taskw will fail with a ValueError of too many values to unpack.

If an option, eg an alias, contains an '=', then taskw will fail with a ValueError of too many values to unpack.
@ryneeverett
Copy link
Contributor

CI would pass on python2 if you made maxsplit a positional rather than keyword argument...if we care to continue supporting python2.

@ryneeverett
Copy link
Contributor

Noticed this is a near-duplicate of #116.

@nkakouros
Copy link
Author

I am closing this in favor of the other PR as it also supports python2.

@nkakouros nkakouros closed this Jun 14, 2020
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.

2 participants