Skip to content

Improve output file handling (closes #49)

This changes output to initially write to a temporary file that is moved to the final destination only if and when the computations have been successful. It also adds protection from overwriting existing files that can, however, be forced with the new --force (or -f) switch.

Merge request reports