Skip to content

Commit c0c8ea5

Browse files
authored
fix typo
1 parent ded7844 commit c0c8ea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_core/cuda/core/experimental/_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ def add_child(self, child_graph: GraphBuilder):
674674
raise ValueError("Child graph has not finished building.")
675675

676676
if not self.is_building:
677-
raise ValueError("Parent graph is being built.")
677+
raise ValueError("Parent graph is not being built.")
678678

679679
stream_handle = self._mnff.stream.handle
680680
_, _, graph_out, dependencies_out, num_dependencies_out = handle_return(

0 commit comments

Comments
 (0)