From d136028fa807dcb4c023178f6fdcbfb53edb0fe5 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 16 Dec 2016 15:37:34 -0800 Subject: [PATCH] try adding args --- src/wormhole/wormhole.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wormhole/wormhole.py b/src/wormhole/wormhole.py index c3cc111..2ddfdc7 100644 --- a/src/wormhole/wormhole.py +++ b/src/wormhole/wormhole.py @@ -289,7 +289,7 @@ class _ConnectionMachine(object): def dropConnection(self): pass @m.output() - def notify_fail(self): + def notify_fail(self, f): pass initial.upon(start, enter=first_time_connecting, outputs=[ep_connect])