mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Handle line breaks properly
This commit is contained in:
parent
fc60bcb313
commit
6513c6400e
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ class UnpackOperation:
|
|||
|
||||
if entry.sourcefs == "squashfs":
|
||||
if shutil.which("unsquashfs") == None:
|
||||
return ("Failed to unpack image", "Failed to find unsquashfs, make sure you have
|
||||
the squashfs-tools package installed")
|
||||
return ("Failed to unpack image", "Failed to find unsquashfs, make sure you have "
|
||||
"the squashfs-tools package installed")
|
||||
|
||||
fslist = subprocess.check_output(["unsquashfs",
|
||||
"-l",
|
||||
|
|
Loading…
Add table
Reference in a new issue