ovs.db.idl: Fix call to ovs.db.parser.Parser constructor.
authorBen Pfaff <blp@nicira.com>
Thu, 25 Aug 2011 18:06:53 +0000 (11:06 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 25 Aug 2011 18:06:53 +0000 (11:06 -0700)
commitaf1eba26c3a22b85bfe22ef14337652d92008d89
tree9d52563376bdf1d6a41d48f133b75db6e234c8b4
parent49c57a8fef46461da911802e8bf82329924ea329
ovs.db.idl: Fix call to ovs.db.parser.Parser constructor.

This bug was introduced by commit 4c0f62718f "ovs.db.idl: Improve error
reporting for bad <row-update>s."

Found by pychecker.
Bug #7006.
python/ovs/db/idl.py