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

If to-file fails in the middle, should the file still be created? #10

Open
qiemem opened this issue Jul 27, 2016 · 3 comments
Open

If to-file fails in the middle, should the file still be created? #10

qiemem opened this issue Jul 27, 2016 · 3 comments

Comments

@qiemem
Copy link
Member

qiemem commented Jul 27, 2016

No description provided.

@nicolaspayette
Copy link
Member

Good question. I'd be tempted to say yes. If you're trying to save the results of a long running experiment, some data might be a lot better than no data (and potentially help you diagnose what happened).

@arthurhjorth
Copy link
Member

Definitely yes. As long as the file is closed properly and we don't get
weird I/O issues, I see no reason why people shouldn't get to "keep" what
they've already written to the file.

On Wed, Jul 27, 2016 at 11:00 AM Nicolas Payette [email protected]
wrote:

Good question. I'd be tempted to say yes. If you're trying to save the
results of a long running experiment, some data might be a lot better than
no data (and potentially help you diagnose what happened).


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#10 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABxk60tnmMBjYx9eABzhNfgWMdJQCfVHks5qZ4CegaJpZM4JWWIE
.

@qiemem
Copy link
Member Author

qiemem commented Jul 27, 2016

Fine with me. That's the current behavior so I'll leave as is!

qiemem added a commit that referenced this issue Aug 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants