Re: [ovs-dev] [python3 01/15] ovs.db.idl: Fix call to ovs.db.parser.Parser constructor.

2011-08-25 Thread Ben Pfaff
I pushed this one, thank you. On Thu, Aug 25, 2011 at 11:05:02AM -0700, Justin Pettit wrote: > Looks good. > > --Justin > > > On Aug 24, 2011, at 5:14 PM, Ben Pfaff wrote: > > > This bug was introduced by commit 4c0f62718f "ovs.db.idl: Improve error > > reporting for bad s." > > > > Found by

Re: [ovs-dev] [python3 01/15] ovs.db.idl: Fix call to ovs.db.parser.Parser constructor.

2011-08-25 Thread Justin Pettit
Looks good. --Justin On Aug 24, 2011, at 5:14 PM, Ben Pfaff wrote: > This bug was introduced by commit 4c0f62718f "ovs.db.idl: Improve error > reporting for bad s." > > Found by pychecker. > --- > python/ovs/db/idl.py |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git

[ovs-dev] [python3 01/15] ovs.db.idl: Fix call to ovs.db.parser.Parser constructor.

2011-08-24 Thread Ben Pfaff
This bug was introduced by commit 4c0f62718f "ovs.db.idl: Improve error reporting for bad s." Found by pychecker. --- python/ovs/db/idl.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/python/ovs/db/idl.py b/python/ovs/db/idl.py index dc5f89e..8f3c810 100644 --- a/pyth