Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: Fix the TypeError exception seen when idl.Idl parses lock reply
File "/usr/lib/python2.7/site-packages/ovs/db/idl.py", line 334, in __parse_lock_notify self.__update_has_lock(self, new_has_lock) TypeError: __update_has_lock() takes exactly 2 arguments (3 given) Signed-off-by: Numan Siddique <[email protected]> Signed-off-by: Russell Bryant <[email protected]>
- Loading branch information