X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=python%2Fovs%2Fstream.py;h=aa512f6277cb37e29e977d9848b03a68e714904c;hb=5796d9cf8572c2ab977446d45b5847a47a439a62;hp=82ea0c126c51ba462dd7f70b7f20a8ab2574e2db;hpb=bce821a555c47223a723bdfceab3f839be0777cb;p=sliver-openvswitch.git diff --git a/python/ovs/stream.py b/python/ovs/stream.py index 82ea0c126..aa512f627 100644 --- a/python/ovs/stream.py +++ b/python/ovs/stream.py @@ -113,7 +113,7 @@ class Stream(object): break stream.run() poller = ovs.poller.Poller() - stream.run_wait() + stream.run_wait(poller) stream.connect_wait(poller) poller.block() assert error != errno.EINPROGRESS