[PATCH] even more python patches

Douglas Bagnall douglas.bagnall at catalyst.net.nz
Thu Nov 1 21:04:06 UTC 2018


> Here is the branch, patches (attached) and CI, can I have your RB for
> the last patch

Yes, and pushed with

>>>> +    counter = itertools.count(1,1)

changed to

>>>> +    counter = itertools.count(1, 1)

to save a PEP8 patch somewhere down the line.

thank you.

Douglas



More information about the samba-technical mailing list