Skip to content

Commit a67f5df

Browse files
Update src/ansys/geometry/core/_grpc/_services/v0/repair_tools.py
Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 1872350 commit a67f5df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ansys/geometry/core/_grpc/_services/v0/repair_tools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,10 @@ def repair_geometry(self, **kwargs) -> dict: # noqa: D102
322322
from ansys.api.geometry.v0.repairtools_pb2 import RepairGeometryRequest
323323

324324
request = RepairGeometryRequest(bodies=kwargs.get("bodies", []))
325+
325326
# Call the gRPC service
326327
response = self.stub.RepairGeometry(request)
328+
327329
# Return the response - formatted as a dictionary
328330
return {
329331
"success": response.result.success,

0 commit comments

Comments
 (0)