Skip to content

Commit

Permalink
fix for mesh region except
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzovecchietti committed May 6, 2024
1 parent 656efbc commit 216b132
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyaedt/modules/MeshIcepak.py
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,9 @@ def _get_design_mesh_regions(self):
except TypeError:
# design_properties not loaded, maybe there are mesh op, we need to warn the user
self._app.logger.warning("No mesh region found.")
except KeyError:
# design_properties loaded, mesh op keys missing, no need to warn the user
pass

return meshops

Expand Down

0 comments on commit 216b132

Please sign in to comment.