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
In digging into the problem, it seems that p4python's files are all marked read-only, causing windows to error when trying to delete them via shutil.rmtree which is invoked by poetry's custom temp directory handling.
-vvvoption).Issue
In digging into the problem, it seems that p4python's files are all marked read-only, causing windows to error when trying to delete them via
shutil.rmtreewhich is invoked by poetry's custom temp directory handling.