Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrzlprmft committed Jan 1, 2025
1 parent 2341d0a commit 52e855c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jitcxde_common/_jitcxde.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ def __del__(self):
if hasattr(self,"_tmpdir") and self._tmpdir is not None:
try:
self._tmpdir.cleanup()
raise PermissionError
except (OSError, AttributeError, TypeError, PermissionError) as error:
warn(f"Could not delete temporary directory {self._tmpdir.name} because of the following error:\n{error}")
finally:
Expand Down

0 comments on commit 52e855c

Please sign in to comment.