Re: [ovs-dev] [PATCH v1] Python-IDL: getattr after mutate fix

2016-10-14 Thread Russell Bryant
On Wed, Oct 12, 2016 at 5:36 PM, Amitabha Biswas wrote: > This commit returns the updated column value when getattr is done > after a mutate operation is performed (but before the commit). > > Signed-off-by: Amitabha Biswas > > Reported-by: Richard Theis > > Reported-at: http://openvswitch.org/

Re: [ovs-dev] [PATCH v1] Python-IDL: getattr after mutate fix

2016-10-12 Thread Amitabha Biswas
Thanks! I reposted the patch with the update to the commit message. Amitabha > On Oct 12, 2016, at 1:16 PM, Russell Bryant wrote: > > > > On Wed, Oct 12, 2016 at 10:32 AM, Amitabha Biswas > wrote: > This commit returns the updated column value when getattr is done

Re: [ovs-dev] [PATCH v1] Python-IDL: getattr after mutate fix

2016-10-12 Thread Russell Bryant
On Wed, Oct 12, 2016 at 10:32 AM, Amitabha Biswas wrote: > This commit returns the updated column value when getattr is done > after a mutate operation is performed (but before the commit). It > addresses the bug reported in > http://openvswitch.org/pipermail/dev/2016-September/080120.html You