]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
config: don't use Sequence in MkosiConfig definition
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Fri, 15 Sep 2023 16:19:01 +0000 (18:19 +0200)
committerJoerg Behrmann <behrmann@physik.fu-berlin.de>
Wed, 4 Oct 2023 07:45:00 +0000 (09:45 +0200)
mkosi/config.py

index 37678fade6a189028523ede0e5825eb1bdbf9fad..c3e46ecb39db8f076babfa2d489ceee8d44bf95f 100644 (file)
@@ -792,7 +792,7 @@ class MkosiConfig:
     qemu_cdrom: bool
     qemu_firmware: QemuFirmware
     qemu_kernel: Optional[Path]
-    qemu_args: Sequence[str]
+    qemu_args: list[str]
 
     preset: Optional[str]