natcap / invest

InVEST®: models that map and value the goods and services from nature that sustain and fulfill human life.
Apache License 2.0
170 stars 70 forks source link

Error handling: when saving a datastack with relative paths fails #1630

Closed emilyanndavis closed 1 month ago

emilyanndavis commented 2 months ago

Description

Fixes #1608 by logging and rendering an error message on failure to save a datastack with relative paths (e.g., when os.path.relpath raises a ValueError on Windows).

relpath-failure_2024-09-17

Checklist