Skip to content

Commit

Permalink
fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcYin committed Feb 20, 2019
1 parent f44050b commit edf800c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SIAC/downloaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ def downloader(fname, url_root, file_dir):
# if chunk:
fp.write(new_req.content)
else:
logger.error('new_req.content')
logger.error(new_req.content)

0 comments on commit edf800c

Please sign in to comment.