[ovs-dev] [PATCH v2] Don't raise an Exception on failure to connect via SSL

Thomas Neuman thomas.neuman at nutanix.com
Fri Oct 16 06:37:35 UTC 2020


Yup, fair enough. LGTM

Acked-by: Thomas Neuman <thomas.neuman at nutanix.com>

> 
> I get why it seems a little weird, but the reason I chose @staticmethod is
> because @classmethod would imply that we are going to actually reference
> the class that is passed in the first argument, and we won't. The only
> thing this method depends on is the socket, so it seemed a staticmethod
> that could be overridden in a subclass with a special need was the way to
> go.
> 



More information about the dev mailing list