From 6513c6400e0f278a1ff5623aa36bd15cdf56131a Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Wed, 15 Oct 2014 12:51:43 +0200 Subject: [PATCH] Handle line breaks properly --- src/modules/unpackfs/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/unpackfs/main.py b/src/modules/unpackfs/main.py index e54bd4ca6..343ca8235 100644 --- a/src/modules/unpackfs/main.py +++ b/src/modules/unpackfs/main.py @@ -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",