[initcpiocfg] use format instead of %
This commit is contained in:
parent
0ad9242ab7
commit
453e760709
@ -72,7 +72,7 @@ def write_mkinitcpio_lines(hooks, modules, files, root_mount_point):
|
|||||||
with open(hostfile, "r") as mkinitcpio_file:
|
with open(hostfile, "r") as mkinitcpio_file:
|
||||||
mklins = [x.strip() for x in mkinitcpio_file.readlines()]
|
mklins = [x.strip() for x in mkinitcpio_file.readlines()]
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
libcalamares.utils.debug("Could not open host file '%s'" % hostfile)
|
libcalamares.utils.debug("Could not open host file {!s}".format(hostfile))
|
||||||
mklins = []
|
mklins = []
|
||||||
|
|
||||||
for i in range(len(mklins)):
|
for i in range(len(mklins)):
|
||||||
|
Loading…
Reference in New Issue
Block a user