mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-29 04:04:03 +03:00
glances_system.py: remove redundant parentheses
This commit is contained in:
parent
43b5cc606d
commit
938cf201da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user