Skip to content
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

The generated tempfile is sometimes deleted before uploading #29

Merged
merged 1 commit into from
Sep 27, 2013

Conversation

tmatilai
Copy link
Owner

Recent refactoring (805e857) can lead to situations where the Tempfile is garbage collected and thus the file deleted before uploading to the VM. We have to make sure that the Tempfile stays in the scope long enough.

…ading

Recent refactoring (805e857) can lead to situations where the Tempfile
is garbage collected and thus the file deleted before uploading to the
VM. We have to make sure that the Tempfile stays in the scope long
enough.
tmatilai added a commit that referenced this pull request Sep 27, 2013
The generated tempfile is sometimes deleted before uploading
@tmatilai tmatilai merged commit 296540e into master Sep 27, 2013
@tmatilai tmatilai deleted the tempfile branch September 27, 2013 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant