Thanks. From: Reid Price <[email protected]> Date: Thu, 12 Jul 2012 13:51:31 -0700 To: Arun Sharma <[email protected]> Cc: <[email protected]> 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 <[email protected]> wrote: > + if len(filters): > + filter = ",".join(filters) > + else: > + filter = None > + Pythonic to do if filters: otherwise LGTM, thanks! -Reid
_______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
