]> Git Repo - qemu.git/commitdiff
python/machine: Trim line length to below 80 chars
authorJohn Snow <[email protected]>
Thu, 27 May 2021 21:16:51 +0000 (17:16 -0400)
committerJohn Snow <[email protected]>
Tue, 1 Jun 2021 20:21:21 +0000 (16:21 -0400)
One more little delinting fix that snuck in.

Signed-off-by: John Snow <[email protected]>
Reviewed-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Reviewed-by: Cleber Rosa <[email protected]>
Message-id: 20210527211715[email protected]
Signed-off-by: John Snow <[email protected]>
python/qemu/machine.py

index 5d72c4ca36905c5ffd87850b08578695ded7a90f..a8837b36e47680c292ec906a1d4a36b88d32b7cf 100644 (file)
@@ -97,7 +97,7 @@ class QEMUMachine:
         @param args: list of extra arguments
         @param wrapper: list of arguments used as prefix to qemu binary
         @param name: prefix for socket and log file names (default: qemu-PID)
-        @param base_temp_dir: default location where temporary files are created
+        @param base_temp_dir: default location where temp files are created
         @param monitor_address: address for QMP monitor
         @param socket_scm_helper: helper program, required for send_fd_scm()
         @param sock_dir: where to create socket (defaults to base_temp_dir)
This page took 0.029789 seconds and 4 git commands to generate.