Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Update djsixpack.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dlanger committed Dec 17, 2014
1 parent 1b8ec68 commit 3b2c49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djsixpack/djsixpack.py
Expand Up @@ -93,7 +93,7 @@ def convert(self, kpi=None):
try:
resp = session.convert(experiment_name)
except RequestException as e:
logger.exception("Error while trying to .convert: {}".format(e)
logger.exception("Error while trying to .convert: {err}".format(err=e))
return False
else:
return resp['status'] == 'ok'

0 comments on commit 3b2c49d

Please sign in to comment.