diff --git a/hermes.py b/hermes.py index 366df5b..4c5cb2f 100644 --- a/hermes.py +++ b/hermes.py @@ -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