lint
This commit is contained in:
parent
74ef745745
commit
07a596711d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ MODULES = {
|
||||||
|
|
||||||
|
|
||||||
def make_image(image_format: str, image_path: str, modules: list[str],
|
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:
|
||||||
args = [
|
args = [
|
||||||
('grub-mkimage'),
|
('grub-mkimage'),
|
||||||
('--compress', COMPRESSION),
|
('--compress', COMPRESSION),
|
||||||
|
|
Loading…
Reference in a new issue