forked from p15670423/monkey
Error handling in system info gatherer fixed
This commit is contained in:
parent
559e12c1fb
commit
3ef4780d16
|
@ -16,7 +16,7 @@ LOG = logging.getLogger(__name__)
|
|||
try:
|
||||
WindowsError
|
||||
except NameError:
|
||||
WindowsError = None
|
||||
WindowsError = psutil.AccessDenied
|
||||
|
||||
__author__ = 'uri'
|
||||
|
||||
|
|
Loading…
Reference in New Issue