You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. raise an AccessDenied exception for process with PID 0
What is the expected output?
What do you see instead?
AccessDenied.msg is blank instead of building an error message string
appropriately. Caused by logic in the class that was checking "if pid" instead
of "if pid is not None". Fixed in r744
From jlo...@gmail.com on October 28, 2010 00:49:20
Original issue: http://code.google.com/p/psutil/issues/detail?id=124
The text was updated successfully, but these errors were encountered: