-
Notifications
You must be signed in to change notification settings - Fork 174
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
OSError: [Errno 17] File exists #20
Comments
Hm, I wonder if that's while creating the link. Is this a call with |
Yes, I am using |
I think this is the link creation logic for |
This still exists in latest master. The problem is that we're not checking if the symlink exists already in |
I see. So we should overwrite it with the new source? |
We could check if it points at the same target as the one we want to create, and leave the link alone if it does or remove and recreate otherwise. |
Since we would link it to the same target whether it points to the target or not, how about we just unlink and link it to the target in both case? |
I guess that would work as well. |
Thanks, please have a look at the PR. |
Reopening issues that aren't shipped in a release yet. |
Shipped in 0.2.3 release |
Been getting this a bit when I restart jobs that failed due to unreachable network:
The text was updated successfully, but these errors were encountered: