Skip to content

Commit

Permalink
feat: testing disable
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Sep 23, 2024
1 parent 94f3937 commit 07f92a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ansys/mapdl/core/mapdl_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2280,7 +2280,8 @@ def __del__(self):
if self._cleanup:
# removing logging handlers if they are closed to avoid I/O errors
# when exiting after the logger file has been closed.
self._cleanup_loggers()
# self._cleanup_loggers()
logging.disable(logging.CRITICAL)

Check warning on line 2284 in src/ansys/mapdl/core/mapdl_core.py

View check run for this annotation

Codecov / codecov/patch

src/ansys/mapdl/core/mapdl_core.py#L2284

Added line #L2284 was not covered by tests

try:
self.exit()
Expand Down

0 comments on commit 07f92a8

Please sign in to comment.