Skip to content

Commit

Permalink
fix: Correct group name for PostProcessorGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
roda82 committed Dec 20, 2023
1 parent ee7c206 commit 44c685e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/powerapi/cli/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ class PostProcessorGenerator(ProcessorGenerator):
"""

def __init__(self):
ProcessorGenerator.__init__(self, component_group_name='pre-processor')
ProcessorGenerator.__init__(self, component_group_name='post-processor')

def _get_default_processor_factories(self) -> dict:
return {}
Expand Down

0 comments on commit 44c685e

Please sign in to comment.