mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-22 16:51:35 +03:00
This commit is contained in:
parent
c81701525a
commit
ed56a8962c
@ -532,6 +532,9 @@ class Plugin(GlancesPlugin):
|
|||||||
if key not in p:
|
if key not in p:
|
||||||
# Correct issue #1188
|
# Correct issue #1188
|
||||||
continue
|
continue
|
||||||
|
if p[key] is None:
|
||||||
|
# Correct https://github.com/nicolargo/glances/issues/1105#issuecomment-363553788
|
||||||
|
continue
|
||||||
if indice is None:
|
if indice is None:
|
||||||
ret += p[key]
|
ret += p[key]
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user