Re: [gitdm][PATCH 1/1] Convert to Python 3

2023-06-07 Thread Tom Rini
On Wed, Jun 07, 2023 at 07:57:54AM +0200, Heinrich Schuchardt wrote: > This is the result of running 2to3 and manually converting the comparison > functions to lambda expressions. > > Signed-off-by: Heinrich Schuchardt > --- > ConfigFile.py | 4 +- > csvdump.py| 4 +- > database.py |

Re: [gitdm][PATCH 1/1] Convert to Python 3

2023-06-06 Thread Heinrich Schuchardt
This is the result of running 2to3 and manually converting the comparison functions to lambda expressions. Signed-off-by: Heinrich Schuchardt Hello Tom, which is the branch that you use for the gitdm U-Boot stats? Is it master or u-boot? If it is u-boot, please, update gitlab to make u-boot

[gitdm][PATCH 1/1] Convert to Python 3

2023-06-06 Thread Heinrich Schuchardt
This is the result of running 2to3 and manually converting the comparison functions to lambda expressions. Signed-off-by: Heinrich Schuchardt --- ConfigFile.py | 4 +- csvdump.py| 4 +- database.py | 22 +-- gitdm | 27 ++--- gitlog.py | 8 ++-- logparse