提交 ab7948c4 编写于 作者: N nicolargo

Correct an issue when stats use old stats (example network). Had also to deal...

Correct an issue when stats use old stats (example network). Had also to deal with the export CSV module not working.
上级 90b28dc6
......@@ -90,6 +90,7 @@ class Export(GlancesExport):
# Loop over plugins to export
for plugin in self.plugins_to_export():
csv_data += [plugin]
if isinstance(all_stats[plugin], list):
for stat in all_stats[plugin]:
# First line: header
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册