ups, log.info() does not need a tuple evgeni/grub2-install
authorEvgeni Golov <evgeni@grml.org>
Sun, 12 May 2013 12:19:57 +0000 (14:19 +0200)
committerEvgeni Golov <evgeni@grml.org>
Sun, 12 May 2013 12:19:57 +0000 (14:19 +0200)
grml2usb

index c0d7783..7f1f21d 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -427,7 +427,7 @@ def install_grub(device):
     @device: partition where grub should be installed to"""
 
     if options.dryrun:
-        logging.info("Would execute %s [--root-directory=mount_point] %s now.", (GRUB_INSTALL, device))
+        logging.info("Would execute %s [--root-directory=mount_point] %s now.", GRUB_INSTALL, device)
     else:
         device_mountpoint = tempfile.mkdtemp(prefix="grml2usb")
         register_tmpfile(device_mountpoint)