From 3ada73394fee0b97c6d489382fd0c4caf306614e Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Sun, 12 May 2013 14:19:57 +0200 Subject: [PATCH] ups, log.info() does not need a tuple --- grml2usb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grml2usb b/grml2usb index c0d7783..7f1f21d 100755 --- 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) -- 2.1.4