Skip to content

Commit

Permalink
FIX: Wrong call to logging atexit (#5214)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys authored Sep 27, 2024
1 parent 4404594 commit 016e679
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ansys/aedt/core/desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,6 @@ def close_desktop(self):
"""
if self.__closed is True: # pragma: no cover
self.log.debug("Connection is already closed. Ignoring request.")
return

return self.release_desktop(close_projects=True, close_on_exit=True)
Expand Down

0 comments on commit 016e679

Please sign in to comment.