This commit is contained in:
vbarda
2024-08-23 14:52:31 -04:00
parent 1f29925034
commit 71442916e5
+1 -1
View File
@@ -189,7 +189,7 @@ def _get_checkpoint_ns_to_graph(
if max_depth <= 0:
raise RecursionError(
f"Reached maximum recursion depth while building checkpoint NS -> graph mapping."
"Reached maximum recursion depth while building checkpoint NS -> graph mapping."
)
for node_name, node in graph.nodes.items():