Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
seemethere committed Dec 1, 2016
1 parent ec02300 commit e7ee2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def wrapper(func, *args, **kwargs):
result = run_func()
if success is None or success(result):
return result
except exceptions as exception:
except exceptions:
logger.exception(
'Exception experienced when trying function {}'.format(
func.__name__))
Expand Down

0 comments on commit e7ee2f5

Please sign in to comment.