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
