Skip to content

Commit

Permalink
Update ssg/build_yaml.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Burket <[email protected]>
  • Loading branch information
marcusburghardt and Mab879 authored Nov 21, 2024
1 parent 28ae6a0 commit 9336190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssg/build_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ def _add_groups_xml(self, root, components_to_not_include, env_yaml=None):
will be appended.
components_to_not_include (dict): A dictionary specifying components (e.g., groups)
that should not be included.
env_yaml (optional): An optional environment YAML configuration that may be passed to
env_yaml (dict, optional): An optional environment YAML configuration that may be passed to
the group's to_xml_element method.
"""
groups_in_bench = list(self.groups.keys())
Expand Down

0 comments on commit 9336190

Please sign in to comment.