mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 05:55:00 -05:00
fix bug, test should run properly, forward generator in return
This commit is contained in:
@@ -112,7 +112,7 @@ def single_phase(fn):
|
||||
def entry(*args, **kw):
|
||||
if 'phases' in kw:
|
||||
kw.pop('phases')
|
||||
fn(*args, **kw)
|
||||
return fn(*args, **kw)
|
||||
return entry
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user