scalableminds / webknossos-connect

Connect webKnossos with existing datasets (BossDB, Neuroglancer Precomputed)
GNU Affero General Public License v3.0
0 stars 0 forks source link

report UnusableDataSource for datasource exceptions #68

Closed jstriebel closed 5 years ago

jstriebel commented 5 years ago

This especially makes it possible to start wk-connect without having neurodata.io credentials

jstriebel commented 5 years ago

Exactly, the only alternative would be to do a try/catch return None inside the gather and then filter the Nones. I think this version is not worse compared to that alternative, and more explicit.