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.ExcelDatabaseFileBase().parse() the calls to pandas.read_excel() could raise XLRDError if the wrong type of file is presented. It would be easier on clients of apstools to re-raise this with a local exception so the client does not need to also import the package defining XLRDError.
The text was updated successfully, but these errors were encountered:
In
utils.ExcelDatabaseFileBase().parse()
the calls topandas.read_excel()
could raiseXLRDError
if the wrong type of file is presented. It would be easier on clients of apstools to re-raise this with a local exception so the client does not need to also import the package definingXLRDError
.The text was updated successfully, but these errors were encountered: