Merge branch 'hotfix/issue319_v3'

pull/393/head
Nicolargo 2014-06-21 23:08:35 +02:00
commit 108faf36ff
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class GlancesProcesses(object):
except (KeyError, psutil.AccessDenied):
try:
self.username_cache[procstat['pid']] = proc.uids().real
except (KeyError, psutil.AccessDenied):
except (KeyError, AttributeError, psutil.AccessDenied):
self.username_cache[procstat['pid']] = "?"
procstat['username'] = self.username_cache[procstat['pid']]