X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=4205a32de8d5858fc8b3d9e03d79ef951b7b2079;hp=80cf86317ce19abc7b7631b9050d80273fe64da3;hb=01e39e49f417c78e8d6acb421604e37fd66a55e5;hpb=ea806f370df71c219d9e32e6d6c0a930cc24c8f2 diff --git a/grml2usb b/grml2usb index 80cf863..4205a32 100755 --- a/grml2usb +++ b/grml2usb @@ -910,8 +910,8 @@ def mount(source, target, mount_options): for x in file('/proc/mounts').readlines(): if x.startswith(source): - raise CriticalException("Error executing mount: %s already mounted - " - + "please unmount before invoking grml2usb" % source) + raise CriticalException("Error executing mount: %s already mounted - " % source + + "please unmount before invoking grml2usb") if os.path.isdir(source): logging.debug("Source %s is not a device, therefore not mounting.", source)