From fe43180911e431453c9a8c356d5ef02811b44328 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 7 Sep 2017 02:49:25 +0530 Subject: [PATCH] Fix crash --- econtext/master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/econtext/master.py b/econtext/master.py index 9328fd59..61176b26 100644 --- a/econtext/master.py +++ b/econtext/master.py @@ -466,7 +466,7 @@ class Context(econtext.core.Context): econtext.core.Message.pickled( call, handle=econtext.core.CALL_FUNCTION, - reply_to=self.add_handler(self._discard_result), + reply_to=self.router.add_handler(self._discard_result), ) )