diff options
| author | Robert Foley <robert.foley@linaro.org> | 2020-07-24 07:45:07 +0100 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2020-07-27 09:41:52 +0100 |
| commit | 4b84d87449f7f7cae5a032f40200915332b32a70 (patch) | |
| tree | ff8814dcd434c0ecb3c881eb90e606031cacd22d /python/qemu/pylintrc | |
| parent | 445883885a3507e3a0898df0084a59ba65ee9979 (diff) | |
| download | focaccia-qemu-4b84d87449f7f7cae5a032f40200915332b32a70.tar.gz focaccia-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 '')
| -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] |