ovs.db.idl: Improve error reporting for bad <row-update>s.
authorBen Pfaff <blp@nicira.com>
Tue, 23 Aug 2011 00:12:59 +0000 (17:12 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 24 Aug 2011 18:57:43 +0000 (11:57 -0700)
commit4c0f62718ff9f83613c7f87805ee40495f642583
treea2835aff0f63b14e5c11de571185154cdb309dc6
parent6a6f8d167357a1f1751cdd54b9491c531a371ae1
ovs.db.idl: Improve error reporting for bad <row-update>s.

Strangely malformed <row-update>s could hypothetically get confusing error
message.  Using the Parser class should avoid that.

Reported-by: Reid Price <reid@nicira.com>
python/ovs/db/idl.py