Skip to content

Commit

Permalink
chore: update src/ansys/mapdl/core/pool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 authored Jan 7, 2025
1 parent 32e50de commit 4517250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/mapdl/core/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def run():
self._exiting_i += 1
instance.exit()
except Exception:
LOG.error("Failed to close instance", exc_info=True)
LOG.error(f"Failed to close instance due to:\n{e}", exc_info=True)
self._exiting_i -= 1

else:
Expand Down

0 comments on commit 4517250

Please sign in to comment.