diff --git a/buildingmotif/ingresses/semantic_graph_synthesis.py b/buildingmotif/ingresses/semantic_graph_synthesis.py index 2c40303f..09cdb70c 100644 --- a/buildingmotif/ingresses/semantic_graph_synthesis.py +++ b/buildingmotif/ingresses/semantic_graph_synthesis.py @@ -36,6 +36,7 @@ def __init__( logger.info(f"Adding templates from {len(libraries)} libraries") for library in libraries: self.sgs.add_templates_from_library(library) + logger.info(f"Added templates from {len(libraries)} libraries") def graph(self, ns: Namespace) -> Graph: g = Graph()