mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
Properly break lines in Python
This commit is contained in:
parent
2e2bd78deb
commit
b8b2c2b735
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ def modify_grub_default(partitions, root_mount_point, distributor):
|
|||
swap_uuid = ""
|
||||
|
||||
if not os.path.exists(default_dir):
|
||||
return ("Directory does not exist", "The directory {} does not exist on
|
||||
the target".format(default_dir))
|
||||
return ("Directory does not exist", "The directory {} does not exist on "
|
||||
"the target".format(default_dir))
|
||||
if os.path.exists(plymouth_bin):
|
||||
use_splash = "splash"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue