Fixed warning printout formatting

This commit is contained in:
Heig Gregorian
2012-08-22 15:14:35 -07:00
parent b3705ea7b5
commit a5b265f551
+1 -1
View File
@@ -857,7 +857,7 @@ def unmountdmg(mountpoint):
stderr=subprocess.PIPE)
(unused_output, err) = proc.communicate()
if proc.returncode:
display_warning('Failed to unmount %s' % mountpoint, err)
display_warning('Failed to unmount %s' % (mountpoint, err))
def gethash(filename, hash_function):