You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a datastack JSON file, users can choose relative or absolute paths for files. Relative paths are relative to the save location of the JSON file. So when that is on a different drive from one of the files in the datastack, it raises,
We need to handle this more gracefully, at least when the Flask application is the caller, because we don't want to crash the app. I think it's okay for datastack.py to raise this exception.
We could refuse to create the datastack altogether. Or we could revert to using absolute paths.
The text was updated successfully, but these errors were encountered:
When creating a datastack JSON file, users can choose relative or absolute paths for files. Relative paths are relative to the save location of the JSON file. So when that is on a different drive from one of the files in the datastack, it raises,
We need to handle this more gracefully, at least when the Flask application is the caller, because we don't want to crash the app. I think it's okay for
datastack.py
to raise this exception.We could refuse to create the datastack altogether. Or we could revert to using absolute paths.
The text was updated successfully, but these errors were encountered: