mirror of https://github.com/nicolargo/glances.git
Lint code
This commit is contained in:
parent
f72b3e226e
commit
5886321156
|
|
@ -482,7 +482,7 @@ class ProcesslistPlugin(GlancesPluginModel):
|
|||
ret.append(self.curse_add_line(msg, decoration=process_decoration, splittable=True))
|
||||
if arguments:
|
||||
msg = ' ' if args.cursor_process_name_position == 0 else unicode_message('THREE_DOTS')
|
||||
msg += self.layout_stat['command'].format(arguments[args.cursor_process_name_position :])
|
||||
msg += self.layout_stat['command'].format(arguments[args.cursor_process_name_position:])
|
||||
ret.append(self.curse_add_line(msg, splittable=True))
|
||||
else:
|
||||
msg = self.layout_stat['name'].format(bare_process_name)
|
||||
|
|
|
|||
Loading…
Reference in New Issue