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 utils function data_sources(), when the line repo = repository_class(key) throws an exception, all you see on the command line is a message that says your dataset is not a valid choice.
So I suspect this line:
VerboseOut(traceback.format_exc(), 4)
isn't doing what it is supposed to, which I think is to dump the trace to help with debugging.
The text was updated successfully, but these errors were encountered:
In utils function data_sources(), when the line repo = repository_class(key) throws an exception, all you see on the command line is a message that says your dataset is not a valid choice.
So I suspect this line:
VerboseOut(traceback.format_exc(), 4)
isn't doing what it is supposed to, which I think is to dump the trace to help with debugging.
The text was updated successfully, but these errors were encountered: