microsoft / psi

Platform for Situated Intelligence
https://github.com/microsoft/psi/wiki
Other
542 stars 97 forks source link

Removed UseRelativePaths property from Dataset class #201

Closed skdent closed 3 years ago

skdent commented 3 years ago

Removed UseRelativePaths property from Dataset class. Store paths are now always specified relative to the Dataset's path where possible. In cases where a Store's path cannot be specified relative to the Dataset's path (for example when the Store is on a different drive to the Dataset), we use the full, absolute path in the Dataset's JSON file.

sandrist commented 3 years ago

Remember to also add a line about this change here