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

Linux: psutil.disk_partitions() returns empty list on Python 3 #489

Closed
giampaolo opened this issue May 23, 2014 · 2 comments
Closed

Linux: psutil.disk_partitions() returns empty list on Python 3 #489

giampaolo opened this issue May 23, 2014 · 2 comments

Comments

@giampaolo
Copy link
Owner

From g.rodola on March 25, 2014 23:42:08

...at least when run with all=False (which is the default):

>>> import psutil
>>> psutil.disk_partitions()
[]
>>>

Original issue: http://code.google.com/p/psutil/issues/detail?id=489

@giampaolo giampaolo self-assigned this May 23, 2014
@giampaolo
Copy link
Owner Author

From g.rodola on March 25, 2014 15:55:49

Fixed in revision be53baf6e8e3 .

Status: FixedInHG

@giampaolo
Copy link
Owner Author

From g.rodola on April 08, 2014 15:13:50

Status: Fixed
Labels: Milestone-2.1.0

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

No branches or pull requests

1 participant