We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e2e3e commit c38ad19Copy full SHA for c38ad19
src/ansys/geometry/core/_grpc/_services/v0/bodies.py
@@ -750,7 +750,7 @@ def boolean(self, **kwargs) -> dict: # noqa: D102
750
all_resp.append(tmp_resp)
751
752
if all_resp.count(1) > 0:
753
- response_success = 1
+ response_success = 1
754
elif len(kwargs["other"]) == 1:
755
resp = self.stub.Boolean(
756
request=BooleanRequest(
0 commit comments