summaryrefslogtreecommitdiffstats
path: root/python/qemu/machine/qtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qemu/machine/qtest.py')
-rw-r--r--python/qemu/machine/qtest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/qemu/machine/qtest.py b/python/qemu/machine/qtest.py
index 93700684d1..d6d9c6a34a 100644
--- a/python/qemu/machine/qtest.py
+++ b/python/qemu/machine/qtest.py
@@ -116,6 +116,8 @@ class QEMUQtestMachine(QEMUMachine):
base_temp_dir: str = "/var/tmp",
socket_scm_helper: Optional[str] = None,
sock_dir: Optional[str] = None):
+ # pylint: disable=too-many-arguments
+
if name is None:
name = "qemu-%d" % os.getpid()
if sock_dir is None: