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 488f448 commit 9f41678Copy full SHA for 9f41678
src/ansys/dpf/core/operators/result/coordinate_system.py
@@ -68,7 +68,7 @@ def __init__(
68
try:
69
super().__init__(name="CS", config=config, server=server)
70
except (KeyError, errors.DPFServerException) as e:
71
- if "doesn't exist in the registry" in str(e):
+ if "doesn't exist" in str(e):
72
super().__init__(name="mapdl::rst::CS", config=config, server=server)
73
else:
74
raise e
0 commit comments