core: fix econtext on_start parameter, used by fork_test.

pull/372/head
David Wilson 6 years ago
parent cc4835ce99
commit 294f17e491

@ -2008,7 +2008,7 @@ class Dispatcher(object):
def run(self):
if self.econtext.config.get('on_start'):
self.econtext.config['on_start'](self)
self.econtext.config['on_start'](self.econtext)
_profile_hook('main', self._dispatch_calls)

Loading…
Cancel
Save