Re: [PATCH v3 08/19] scripts/qom-fuse: apply flake8 rules

2021-06-03 Thread Philippe Mathieu-Daudé
On 6/3/21 2:37 AM, John Snow wrote: > flake8 still has one warning because of the sys.path hack, but that will > be going away by the end of this patch series. > > Signed-off-by: John Snow > --- > scripts/qmp/qom-fuse | 81 +++- > 1 file changed, 43 insert

[PATCH v3 08/19] scripts/qom-fuse: apply flake8 rules

2021-06-02 Thread John Snow
flake8 still has one warning because of the sys.path hack, but that will be going away by the end of this patch series. Signed-off-by: John Snow --- scripts/qmp/qom-fuse | 81 +++- 1 file changed, 43 insertions(+), 38 deletions(-) diff --git a/scripts/qmp