Re: [Qemu-devel] [PATCH 01/11] qemu.py: Pylint/style fixes
Hi, Am 20.07.2017 um 18:28 schrieb Lukáš Doktor: > --- a/scripts/qemu.py > +++ b/scripts/qemu.py ... > @@ -64,16 +79,16 @@ class QEMUMachine(object): > if self._socket_scm_helper is None: > print >>sys.stderr, "No path to socket_scm_helper set" > return -1 > -
[Qemu-devel] [PATCH 01/11] qemu.py: Pylint/style fixes
No actual code changes, just several pylint/style fixes and docstring clarifications. Signed-off-by: Lukáš Doktor --- scripts/qemu.py | 76 - 1 file changed, 53 insertions(+), 23 deletions(-) diff --git a/scripts/qemu.py b/scripts/qemu.py