Skip to content

Commit

Permalink
Update pyaedt/modeler/cad/component_array.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kathy Pippert <[email protected]>
  • Loading branch information
Samuelopez-ansys and PipKat authored Nov 8, 2023
1 parent 6aff7b7 commit 93b5dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/modeler/cad/component_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def render(self):
@render.setter
def render(self, val):
if val not in self.render_choices:
self.logger.warning("Render value not available")
self.logger.warning("Render value is not available.")
else:
self.__oarray.SetPropValue("Render", val)

Expand Down

0 comments on commit 93b5dfc

Please sign in to comment.