webknossos
webknossos copied to clipboard
Fix error message on localFolderWhitelist
Fair enough. We can change the name of the key. Is that actually a per-datastore config?
Is that actually a per-datastore config?
Yes, as it is assumed that datastores can each have their own filesystem. The wk side never reads this config value, only the datastore module.
Looks like this is messed up more than I expected, the wk side also reads this list from the datastore config block, to assert this during exploring. I think that does not really make sense with a multi-datastore setup. I’ll have to have a closer look at this stuff.
Follow-up issues https://github.com/scalableminds/webknossos/issues/7781 and https://github.com/scalableminds/webknossos/issues/7780
Should’t block this error message fix.