shawnlaffan / biodiverse

A tool for the spatial analysis of diversity
http://shawnlaffan.github.io/biodiverse/
GNU General Public License v3.0
75 stars 19 forks source link

Randomisations - warn if checkpoint files will be written to a non-writable directory #746

Closed shawnlaffan closed 5 years ago

shawnlaffan commented 5 years ago

A user has reported that the checkpoint save option tries to write files to the root directory.

Biodiverse should check the target directory and throw an exception if it cannot be written to.

shawnlaffan commented 5 years ago

A workaround for now is to ensure the working directory is set to a writeable location. This is set under the file menu in the GUI.

shawnlaffan commented 5 years ago

Mark as fixed