-
Notifications
You must be signed in to change notification settings - Fork 5
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
File moves may fail with OSError #130
Comments
hmm, thinking we maybe need to put the tempfile in the artifacts directory somehow? |
Fixed in #132 by using this instead, might as well have a separate PR -
|
Maybe, should have this just as a fallback on failure of the rename? |
Works for me, just catch OSError |
goosebit/goosebit/updates/__init__.py
Line 50 in f7a0ce7
May fail with
OSError: [Errno 18] Invalid cross-device link: '/tmp/tmp0egb8ja1' -> 'goosebit/artifacts
if target is on a different filesystem.The text was updated successfully, but these errors were encountered: