From 18c6600a47d9833811a045fa60e167608f06a180 Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Thu, 19 Sep 2024 12:22:45 -0400 Subject: [PATCH] feat: updates SSP generation to include all parts (#348) Leveraged the feature created upstream Signed-off-by: Jennifer Power --- trestlebot/tasks/authored/ssp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/trestlebot/tasks/authored/ssp.py b/trestlebot/tasks/authored/ssp.py index 9a4de19c..bc6a1987 100644 --- a/trestlebot/tasks/authored/ssp.py +++ b/trestlebot/tasks/authored/ssp.py @@ -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(