@@ -727,7 +727,7 @@ def boolean(self, **kwargs) -> dict: # noqa: D102
727727 if pyansys_geom .USE_TRACKER_TO_UPDATE_DESIGN :
728728 request .keep_other = kwargs ["keep_other" ]
729729 resp = self .stub .Boolean (request = request )
730- print ("response normal path" , resp )
730+ print ("response normal path" , resp )
731731 if pyansys_geom .USE_TRACKER_TO_UPDATE_DESIGN :
732732 serialized_tracker_response = serialize_tracker_command_response (
733733 response = resp .response
@@ -751,7 +751,7 @@ def boolean(self, **kwargs) -> dict: # noqa: D102
751751
752752 if all_resp .count (1 ) > 0 :
753753 resp .empty_result = 1
754- print ("response with except and other > 1" , resp )
754+ print ("response with except and other > 1" , resp )
755755 elif len (kwargs ["other" ]) == 1 :
756756 resp = self .stub .Boolean (
757757 request = BooleanRequest (
@@ -760,11 +760,11 @@ def boolean(self, **kwargs) -> dict: # noqa: D102
760760 method = kwargs ["method" ],
761761 )
762762 )
763- print ("response with except and other == 1" , resp )
763+ print ("response with except and other == 1" , resp )
764764 else :
765765 raise err
766766
767- print ("final response" , resp )
767+ print ("final response" , resp )
768768 if resp .empty_result == 1 :
769769 raise ValueError (
770770 f"Boolean operation of type '{ kwargs ['method' ]} ' failed: { kwargs ['err_msg' ]} .\n "
0 commit comments