mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-15 20:38:17 -04:00
PEP8
This commit is contained in:
@@ -56,7 +56,7 @@ class ProcessTreeNode(object):
|
||||
lines.append(indent_str)
|
||||
else:
|
||||
lines.append("%s[%s]" % (indent_str, current_node.process.name()))
|
||||
indent_str = " " * (len(lines[-1]) -1)
|
||||
indent_str = " " * (len(lines[-1]) - 1)
|
||||
children_nodes_to_print = collections.deque()
|
||||
for child in current_node.children:
|
||||
if child is current_node.children[-1]:
|
||||
|
||||
Reference in New Issue
Block a user