try adding args
This commit is contained in:
parent
73f3d86107
commit
d136028fa8
|
@ -289,7 +289,7 @@ class _ConnectionMachine(object):
|
||||||
def dropConnection(self):
|
def dropConnection(self):
|
||||||
pass
|
pass
|
||||||
@m.output()
|
@m.output()
|
||||||
def notify_fail(self):
|
def notify_fail(self, f):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
initial.upon(start, enter=first_time_connecting, outputs=[ep_connect])
|
initial.upon(start, enter=first_time_connecting, outputs=[ep_connect])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user