Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Nov 8, 2023
1 parent 647a370 commit b9dc8c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyaedt/modeler/cad/component_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ def update_properties(self):
else:
self.__app.save_project()
new_properties = self.properties
# TODO : post_processing_cells property can not be retrieved, so if the length of the components and the
# property is different, the method will reset the property.
if len(new_properties["component"]) != len(self.post_processing_cells):
self.__post_processing_cells = {}
new_properties = self.properties
Expand Down

0 comments on commit b9dc8c6

Please sign in to comment.