Skip to content

Commit

Permalink
feat: updates SSP generation to include all parts (#348)
Browse files Browse the repository at this point in the history
Leveraged the feature created upstream

Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Sep 19, 2024
1 parent 21b4043 commit 18c6600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trestlebot/tasks/authored/ssp.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def regenerate(self, model_path: str, markdown_path: str) -> None:
compdefs=component_str,
profile=profile,
leveraged_ssp=leveraged_ssp,
include_all_parts=True,
)
if not success:
raise AuthoredObjectException(
Expand Down

0 comments on commit 18c6600

Please sign in to comment.