On 02/02/2023 6:34 pm, Andrew Cooper wrote:
On 02/02/2023 5:18 pm, Andrew Cooper wrote:
On 02/02/2023 5:13 pm, Bernhard Kaindl wrote:
Fixes for Py3:
* class Delayed(): file not defined; also an error for pylint -E
* Inconsistent use of tabs and spaces for indentation (in one block)
Signed-off-by: Bernhard Kaindl <bernhard.kai...@citrix.com>
Acked-by: Andrew Cooper <andrew.coop...@citrix.com>
I'll add this to my pending queue while staging is blocked.
Actually, on second thoughts. Class DomainInfo and Delayed need to
inherit from object for Py2 reasons. Inheriting from file did this
previously.
I can fix up on commit, if you're happy.
Yes, thanks!
--
cu, Bernhard