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

Reply via email to