Big refactoring, way simpler management of transformations. Early branch for upcoming version 0.2.
This commit is contained in:
@ -86,7 +86,7 @@ class ConsoleOutputPlugin(Plugin):
|
||||
' ',
|
||||
component.name,
|
||||
' ',
|
||||
component.get_stats_as_string(
|
||||
component.get_statistics_as_string(
|
||||
debug=debug, profile=profile
|
||||
),
|
||||
' ',
|
||||
@ -100,7 +100,7 @@ class ConsoleOutputPlugin(Plugin):
|
||||
' - ',
|
||||
component.name,
|
||||
' ',
|
||||
component.get_stats_as_string(
|
||||
component.get_statistics_as_string(
|
||||
debug=debug, profile=profile
|
||||
),
|
||||
' ',
|
||||
|
||||
Reference in New Issue
Block a user