Skip to content

Commit

Permalink
pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
lrromero committed Nov 6, 2018
1 parent 753d05f commit ca3598b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pydatajson/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,8 @@ def resource_files_download(catalog, distributions, download_strategy):
except Exception as e:
logger.exception(
"Error descargando el recurso {} de la distribución {}: {}"
.format(dist.get('downloadURL'), dist.get('identifier'), str(e))
.format(dist.get('downloadURL'),
dist.get('identifier'), str(e))
)
continue
try:
Expand Down

0 comments on commit ca3598b

Please sign in to comment.