mirror of
https://github.com/openvswitch/ovs
synced 2025-09-05 08:45:23 +00:00
ovs.jsonrpc: Fix static method Session.open() reference to 'self'.
Found by pychecker.
This commit is contained in:
@@ -359,7 +359,7 @@ class Session(object):
|
||||
reconnect.enable(ovs.timeval.msec())
|
||||
|
||||
if ovs.stream.PassiveStream.is_valid_name(name):
|
||||
self.reconnect.set_passive(True, ovs.timeval.msec())
|
||||
reconnect.set_passive(True, ovs.timeval.msec())
|
||||
|
||||
return Session(reconnect, None)
|
||||
|
||||
|
Reference in New Issue
Block a user