-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ensure_path_nonexistent
doesn't remove symlink
#275
Comments
This could be a race condition due to parallel job execution and nfs. |
Lines 21 to 29 in e6dabac
This has to be a race condition where 24 is evaluated as false but somewhere during execution of 26 and 27, os.path.islink(path) turns true Not sure what to do about this. I think this is a valid error and I can't think of anything batou can do in that situation right now |
What about an unconditional
|
The text was updated successfully, but these errors were encountered: