We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657534d commit b3e4fc8Copy full SHA for b3e4fc8
pyaedt/modeler/Modeler.py
@@ -1313,7 +1313,7 @@ def _get_lists_data(self):
1313
[Dict with List information]
1314
"""
1315
design_lists = []
1316
- if self._app.design_properties.get("ModelSetup", None):
+ if self._app.design_properties and self._app.design_properties.get("ModelSetup", None):
1317
key1 = "GeometryOperations"
1318
key2 = "GeometryEntityLists"
1319
key3 = "GeometryEntityListOperation"
0 commit comments