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 3211d5a commit 6aff7b7
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 @@ -157,7 +157,7 @@ def post_processing_cells(self, val):
self.__post_processing_cells = val
self.edit_array()
else: # pragma: no cover
self.logger.error("Dictionary with component names and cell not correct")
self.logger.error("Dictionary with component names and cell is not correct.")

@property
def visible(self):
Expand Down

0 comments on commit 6aff7b7

Please sign in to comment.