forked from M-Labs/artiq
style
This commit is contained in:
parent
37c7ea31c3
commit
26e737f61f
|
@ -37,8 +37,8 @@ class SyncStructCase(unittest.TestCase):
|
||||||
return init
|
return init
|
||||||
|
|
||||||
def notify(self, mod):
|
def notify(self, mod):
|
||||||
if (mod["action"] == "init" and "finished" in mod["struct"])\
|
if ((mod["action"] == "init" and "finished" in mod["struct"])
|
||||||
or (mod["action"] == "setitem" and mod["key"] == "finished"):
|
or (mod["action"] == "setitem" and mod["key"] == "finished")):
|
||||||
self.receiving_done.set()
|
self.receiving_done.set()
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
|
Loading…
Reference in New Issue