Skip to content

Commit

Permalink
Update hermes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ngr-t authored May 7, 2017
1 parent 99a728f commit 275d29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hermes.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def cb(*args, **kwargs):
else:
next_f = next(chain)
next_f(cb)
except StopIteration:
except StopIteration:
return
next_f(cb)
return wrapper
Expand Down

0 comments on commit 275d29e

Please sign in to comment.