importing data_access.loading fails if LIMS credentials aren't set
dougollerenshaw opened this issue · 1 comments
dougollerenshaw commented
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.
dougollerenshaw commented
Fixed in PR #673