mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04: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 entry.sourcefs == "squashfs":
|
||||||
if shutil.which("unsquashfs") == None:
|
if shutil.which("unsquashfs") == None:
|
||||||
return ("Failed to unpack image", "Failed to find unsquashfs, make sure you have
|
return ("Failed to unpack image", "Failed to find unsquashfs, make sure you have "
|
||||||
the squashfs-tools package installed")
|
"the squashfs-tools package installed")
|
||||||
|
|
||||||
fslist = subprocess.check_output(["unsquashfs",
|
fslist = subprocess.check_output(["unsquashfs",
|
||||||
"-l",
|
"-l",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue