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

cpu_percent() disallow interval < 0 #885

Closed
giampaolo opened this issue Sep 13, 2016 · 0 comments
Closed

cpu_percent() disallow interval < 0 #885

giampaolo opened this issue Sep 13, 2016 · 0 comments
Labels

Comments

@giampaolo
Copy link
Owner

Right now if a negative value is passed to cpu_percent() functions it is treated as an alias for None (no interval) so the functions return immediately. For consistency they should raise ValueError instead.

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