You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While cleanup takes place for temporary_directory function even if errors takes place while it's yielded on python version 3.10 and higher, for python version 3.9 or lower the cleanup takes place only if no error takes place.
Workarounds
While a restart would cleanup left over tmp folders for Unix-based OS, Windows would do the same after keeping it intact for a long while, otherwise one would have to manually clean it.
Description
While cleanup takes place for temporary_directory function even if errors takes place while it's yielded on python version 3.10 and higher, for python version 3.9 or lower the cleanup takes place only if no error takes place.
Workarounds
While a restart would cleanup left over tmp folders for Unix-based OS, Windows would do the same after keeping it intact for a long while, otherwise one would have to manually clean it.
Poetry Installation Method
install.python-poetry.org
Operating System
Ubuntu 24.04.1 LTS
Poetry Version
1.8.3
Poetry Configuration
Python Sysconfig
No response
Example pyproject.toml
No response
Poetry Runtime Logs
The text was updated successfully, but these errors were encountered: