未验证 提交 370a002b 编写于 作者: N Nicolas Hennion 提交者: GitHub

Merge pull request #1520 from netbuddy/develop

repair the problem that when running 'glances --stdout-csv amps',repo…
......@@ -77,7 +77,7 @@ class GlancesStdoutCsv(object):
if isinstance(i, dict) and 'key' in i:
for k in i.keys():
line += '{}.{}.{}{}'.format(plugin,
str(i[i['key']]),
str(i['key']),
str(k),
self.separator)
else:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册