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
It is unknown if os.rename will ever be fixed (maybe they consider this a feature and not a bug!). Therefore my suggestion is that trash_move is implemented with shutil.copy() followed by os.remove().
The text was updated successfully, but these errors were encountered:
Background:
jupyterlab/jupyterlab#5781 (comment)
The text was updated successfully, but these errors were encountered: