X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=7cc07c37523ca107d852a15bccefc7d49cd348d5;hp=42362d6a879039f5a14762d6d571627c46b80998;hb=8171e23c2e7ed04157242cf88e8664f4a6ad8af6;hpb=ab3dbb2bbdc06c59d5fa321736b4f31172417c96;ds=inline diff --git a/grml2usb b/grml2usb index 42362d6..7cc07c3 100755 --- a/grml2usb +++ b/grml2usb @@ -1630,7 +1630,7 @@ def handle_vfat(device): logging.critical("Execution failed: %s", error) sys.exit(1) - if not check_for_usbdevice(device) and not os.path.isdir(device): + if not os.path.isdir(device) and not check_for_usbdevice(device): print "Warning: the specified device %s does not look like a removable usb device." % device f = raw_input("Do you really want to continue? y/N ") if f == "y" or f == "Y":