lint |None
This commit is contained in:
parent
9349775193
commit
adbdf47ef4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ MODULES = {
|
|||
|
||||
|
||||
def make_image(image_format: str, image_path: str, modules: list[str],
|
||||
memdisk_path: str, pubkey_path: str = None) -> None:
|
||||
memdisk_path: str, pubkey_path: str | None = None) -> None:
|
||||
args = [
|
||||
("grub-mkimage",),
|
||||
("--compress", COMPRESSION),
|
||||
|
|
Loading…
Reference in a new issue