Skip to content

Commit

Permalink
Merge branch 'master' of github.com:quandl/Python
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisStevens committed Nov 27, 2013
2 parents 1b65c57 + 90690a2 commit 0455890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quandl/Quandl.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def _getauthtoken(token):
try:
pickle.dump(token, open('authtoken.p', 'wb'))
print("Token {} activated and saved for later use.".format(token))
except Exception,e:
except Exception as e:
print("Error writing token to cache: {}".format(str(e)))

elif not savedtoken and not token:
Expand Down

0 comments on commit 0455890

Please sign in to comment.