python: Fix attempt to use a bool as a function.
authorSumit Garg <sumit@extremenetworks.com>
Thu, 25 Jun 2015 12:44:10 +0000 (08:44 -0400)
committerBen Pfaff <blp@nicira.com>
Thu, 25 Jun 2015 15:54:29 +0000 (08:54 -0700)
commit17e6ef35a02a8933b05225cd7a9482c21ae2fc84
tree1189b5c020429d0411025a4a8e404511dad2a6c7
parentcb8920384fd5d20d9dd2b625ad534b10c3a49b55
python: Fix attempt to use a bool as a function.

A bool (has_lock) was being accessed as a function call leading to a
runtime exception.

Signed-off-by: Sumit Garg <sumit@extremenetworks.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
python/ovs/db/idl.py