Return the wrapper (whoops)

This commit is contained in:
Colton Myers 2015-10-06 13:44:55 -06:00
parent fadb954676
commit 4e6505b2e7

View file

@ -1481,4 +1481,5 @@ def global_injector_decorator(inject_globals):
def wrapper(*args, **kwargs):
with context.func_globals_inject(f, **inject_globals):
return f(*args, **kwargs)
return wrapper
return inner_decorator