提交 938cf201 编写于 作者: A Alessio Sergi

glances_system.py: remove redundant parentheses

上级 43b5cc60
......@@ -134,7 +134,7 @@ class Plugin(GlancesPlugin):
else:
self.stats['hr_name'] = '{0} {1}'.format(
self.stats['os_name'], self.stats['os_version'])
self.stats['hr_name'] += ' ({0})'.format(self.stats['platform'])
self.stats['hr_name'] += ' {0}'.format(self.stats['platform'])
elif self.input_method == 'snmp':
# Update stats using SNMP
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册