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

Process.as_dict() should raise error on invalid name #854

Closed
giampaolo opened this issue Jul 6, 2016 · 0 comments
Closed

Process.as_dict() should raise error on invalid name #854

giampaolo opened this issue Jul 6, 2016 · 0 comments
Labels

Comments

@giampaolo
Copy link
Owner

Right now we can pass any string we want. Process().as_dict(['foo', 'bar', '???']) will just return an empty dict. That's error prone as it hides user typos. Instead we should raise a ValueError.

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

No branches or pull requests

1 participant