Thanks. From: Reid Price <r...@nicira.com> Date: Thu, 12 Jul 2012 13:51:31 -0700 To: Arun Sharma <arun.sha...@calsoftinc.com> Cc: <dev@openvswitch.org> Subject: Re: [ovs-dev] [PATCH v3] ovs-bugtool: Added --ovs option to get only ovs related information
On Wed, Jul 11, 2012 at 9:53 AM, Arun Sharma <arun.sha...@calsoftinc.com> wrote: > + if len(filters): > + filter = ",".join(filters) > + else: > + filter = None > + Pythonic to do if filters: otherwise LGTM, thanks! -Reid
_______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev