Skip to content

Commit

Permalink
Merge d2bdfa9 into 6582433
Browse files Browse the repository at this point in the history
  • Loading branch information
lrromero committed Mar 1, 2019
2 parents 6582433 + d2bdfa9 commit b79a573
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pydatajson/readers.py
Expand Up @@ -531,7 +531,8 @@ def read_suffixless_catalog(catalog):
try:
catalog_dict = read_xlsx_catalog(catalog)
return catalog_dict
except openpyxl_exceptions + (ValueError, AssertionError, IOError):
except openpyxl_exceptions + (ValueError, AssertionError,
IOError, BadZipfile):
raise ce.NonParseableCatalog(
catalog, 'No es posible discernir el formato del catalogo')

Expand Down

0 comments on commit b79a573

Please sign in to comment.