Handle line breaks properly
This commit is contained in:
parent
fc60bcb313
commit
6513c6400e
@ -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…
Reference in New Issue
Block a user