Re: [PATCH v4 10/14] simpletrace: move logic of process into internal function

2023-09-20 Thread Stefan Hajnoczi
On Wed, Aug 23, 2023 at 10:54:25AM +0200, Mads Ynddal wrote: > From: Mads Ynddal > > To avoid duplicate code depending on input types and to better handle > open/close of log with a context-manager, we move the logic of process into > _process. > > Signed-off-by: Mads Ynddal > --- >

[PATCH v4 10/14] simpletrace: move logic of process into internal function

2023-08-23 Thread Mads Ynddal
From: Mads Ynddal To avoid duplicate code depending on input types and to better handle open/close of log with a context-manager, we move the logic of process into _process. Signed-off-by: Mads Ynddal --- scripts/simpletrace.py | 26 ++ 1 file changed, 18