diff options
author | Robert Foley | 2020-07-24 08:45:07 +0200 |
---|---|---|
committer | Alex Bennée | 2020-07-27 10:41:52 +0200 |
commit | 4b84d87449f7f7cae5a032f40200915332b32a70 (patch) | |
tree | ff8814dcd434c0ecb3c881eb90e606031cacd22d /python/qemu/pylintrc | |
parent | linux-user, ppc: fix clock_nanosleep() for linux-user-ppc (diff) | |
download | qemu-4b84d87449f7f7cae5a032f40200915332b32a70.tar.gz qemu-4b84d87449f7f7cae5a032f40200915332b32a70.tar.xz qemu-4b84d87449f7f7cae5a032f40200915332b32a70.zip |
python/qemu: Cleanup changes to ConsoleSocket
The changes to console_socket.py and machine.py are to
cleanup for pylint and flake8.
Signed-off-by: Robert Foley <robert.foley@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200717203041.9867-2-robert.foley@linaro.org>
Message-Id: <20200724064509.331-15-alex.bennee@linaro.org>
Diffstat (limited to 'python/qemu/pylintrc')
-rw-r--r-- | python/qemu/pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qemu/pylintrc b/python/qemu/pylintrc index 5d6ae7367d..3f69205000 100644 --- a/python/qemu/pylintrc +++ b/python/qemu/pylintrc @@ -33,7 +33,7 @@ good-names=i, Run, _, fd, - + c, [VARIABLES] [STRING] |