refactoring contexts, moved json writer to a class as it make more sense.
This commit is contained in:
@ -76,7 +76,7 @@ class ConsoleOutputPlugin(Plugin):
|
||||
t_cnt = len(context)
|
||||
|
||||
for i, component in enumerate(context):
|
||||
if component.running:
|
||||
if component.alive:
|
||||
_line = ''.join((
|
||||
t.black('({})'.format(i + 1)),
|
||||
' ',
|
||||
|
||||
Reference in New Issue
Block a user