Skip to content

Commit 9a8eaa9

Browse files
committed
fix python
1 parent 9367db8 commit 9a8eaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/src/inspector/topology/brep_topology.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ namespace geode
120120
&BRepBlocksTopologyInspectionResult::
121121
unique_vertices_linked_to_a_single_and_invalid_line )
122122
.def_readwrite( "unique_vertices_linked_to_surface_with_wrong_"
123-
"relationship_with_blocks",
123+
"relationship_to_blocks",
124124
&BRepBlocksTopologyInspectionResult::
125125
unique_vertices_linked_to_surface_with_wrong_relationship_to_blocks )
126126
.def_readwrite(

0 commit comments

Comments
 (0)