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:51:17 +0000 (08:51 -0700)
commit9614403da9e5e22b13f22125a15c63287532481c
tree769f8bf6ba88cdd36f3acbf74f2bd39b258edfc5
parent3e2e7588135834f8f8bf768719713d395a07a5bc
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