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
in the refactored database loading code from #1406, we do lots of different kinds of checks - do files exist? are they directories or not? etc. - and all of these checks get subsumed under a ValueError. we should probably create a new set of exceptions that communicate clearly about what is going on. This is especially true if we're going to enable collection loading via plugins #1368#1353.
The text was updated successfully, but these errors were encountered:
in the refactored database loading code from #1406, we do lots of different kinds of checks - do files exist? are they directories or not? etc. - and all of these checks get subsumed under a
ValueError
. we should probably create a new set of exceptions that communicate clearly about what is going on. This is especially true if we're going to enable collection loading via plugins #1368 #1353.The text was updated successfully, but these errors were encountered: