Re: [PATCH v6 06/23] dts: logger and settings docstring update

2023-11-15 Thread Juraj Linkeš
On Wed, Nov 8, 2023 at 6:14 PM Yoan Picchi wrote: > > On 11/8/23 12:53, Juraj Linkeš wrote: > > Format according to the Google format and PEP257, with slight > > deviations. > > > > Signed-off-by: Juraj Linkeš > > --- > > dts/framework/logger.py | 72 +-- > > dts/fr

Re: [PATCH v6 06/23] dts: logger and settings docstring update

2023-11-08 Thread Yoan Picchi
On 11/8/23 12:53, Juraj Linkeš wrote: Format according to the Google format and PEP257, with slight deviations. Signed-off-by: Juraj Linkeš --- dts/framework/logger.py | 72 +-- dts/framework/utils.py | 96 ++--- 2 files chang

[PATCH v6 06/23] dts: logger and settings docstring update

2023-11-08 Thread Juraj Linkeš
Format according to the Google format and PEP257, with slight deviations. Signed-off-by: Juraj Linkeš --- dts/framework/logger.py | 72 +-- dts/framework/utils.py | 96 ++--- 2 files changed, 121 insertions(+), 47 deletions(-) dif