mirror of
https://github.com/munki/munki.git
synced 2026-05-08 05:19:31 -05:00
Fixed warning printout formatting
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user