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
shutil.rmtree calls fail when the root_dir is an NFS volume. This due to how NFS handles files that are opened and then deleted while still open by silly renaming them.
Use ariba run --noclean ... or output to a non-NFS directory (and then move if needed) to circumvent issue.
Fix issue by explicitly closing files. I'll send through a pull request if I have time.
The text was updated successfully, but these errors were encountered:
shutil.rmtree
calls fail when the root_dir is an NFS volume. This due to how NFS handles files that are opened and then deleted while still open by silly renaming them.Use
ariba run --noclean ...
or output to a non-NFS directory (and then move if needed) to circumvent issue.Fix issue by explicitly closing files. I'll send through a pull request if I have time.
The text was updated successfully, but these errors were encountered: