Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Jul 31, 2024
1 parent 0777a0d commit e52161f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/mapdl/core/mapdl_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ def __enter__(self):
def __exit__(self, *args):
"""Restore the original routine."""
self._parent()._log.debug(f"Restoring routine '{self._cached_routine}'")
self._mapdl._resume_routine()
self._parent()._resume_routine()

@property
def _cached_routine(self):
Expand Down

0 comments on commit e52161f

Please sign in to comment.