Skip to content

Commit b022b95

Browse files
germa89akaszynski
andauthored
Update src/ansys/mapdl/core/mapdl_grpc.py
Co-authored-by: Alex Kaszynski <[email protected]>
1 parent 7295722 commit b022b95

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ansys/mapdl/core/mapdl_grpc.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1588,9 +1588,6 @@ def _get(self, entity, entnum, item1, it1num, item2, it2num):
15881588
else:
15891589
# Here we catch the rest of the errors and warnings
15901590
raise ValueError(out)
1591-
finally:
1592-
# deleting parameter
1593-
self.run("__temp__=", mute=False)
15941591

15951592
if getresponse.type == 1:
15961593
return getresponse.dval

0 commit comments

Comments
 (0)