Re: [PATCH 10/37] qapi/common.py: delint with pylint

2020-09-18 Thread Markus Armbruster
John Snow writes: > On 9/17/20 10:15 AM, Markus Armbruster wrote: >> John Snow writes: >> >>> Signed-off-by: John Snow >>> --- >>> scripts/qapi/common.py | 16 +++- >>> scripts/qapi/schema.py | 14 +++--- >>> 2 files changed, 14 insertions(+), 16 deletions(-) >>> >>>

Re: [PATCH 10/37] qapi/common.py: delint with pylint

2020-09-17 Thread John Snow
On 9/17/20 10:15 AM, Markus Armbruster wrote: John Snow writes: Signed-off-by: John Snow --- scripts/qapi/common.py | 16 +++- scripts/qapi/schema.py | 14 +++--- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/scripts/qapi/common.py

Re: [PATCH 10/37] qapi/common.py: delint with pylint

2020-09-17 Thread Markus Armbruster
John Snow writes: > Signed-off-by: John Snow > --- > scripts/qapi/common.py | 16 +++- > scripts/qapi/schema.py | 14 +++--- > 2 files changed, 14 insertions(+), 16 deletions(-) > > diff --git a/scripts/qapi/common.py b/scripts/qapi/common.py > index 87d87b95e5..c665e67495

[PATCH 10/37] qapi/common.py: delint with pylint

2020-09-15 Thread John Snow
Signed-off-by: John Snow --- scripts/qapi/common.py | 16 +++- scripts/qapi/schema.py | 14 +++--- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/scripts/qapi/common.py b/scripts/qapi/common.py index 87d87b95e5..c665e67495 100644 --- a/scripts/qapi/common.py