AllenInstitute/visual_behavior_analysis

importing data_access.loading fails if LIMS credentials aren't set

dougollerenshaw opened this issue · 1 comments

data_access.loading assumes that users have login credentials for LIMS and mtrain.

External users, or first time internal users, will not have these environment variables set.

In order to avoid a hard-fail, I think we should wrap this in a try/except with a warning.

Fixed in PR #673