Skip to content

Commit

Permalink
missing verbose in error
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisStevens committed Oct 28, 2014
1 parent 71655f3 commit 6740558
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Quandl/Quandl.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ def get(dataset, **kwargs):

#Catch all
else:
print("url:", url)
if verbose and verbose != 'no':
print("url:", url)
error = "Error Downloading! {}".format(e)
raise ErrorDownloading(error)

Expand Down

0 comments on commit 6740558

Please sign in to comment.