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?
>>> p = psutil.Process(0)
>>> p.cmdline
'<unknown>'
Windows "System IDLE process" can't be queried even by Process Explorer,
and that's ok, but for being consistent with other platforms cmdline should
return an empty list "[]" instead of '<unknown>'.
From [email protected] on January 27, 2009 16:48:26
Original issue: http://code.google.com/p/psutil/issues/detail?id=7
The text was updated successfully, but these errors were encountered: