To debug "makeDMG4mac.py"

This refs #22.
This commit is contained in:
Kazunari Sekigawa 2018-01-16 18:47:30 +09:00
parent 7fd231bba3
commit c78ea38f72
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ def MakeTargetDMGFile(msg=""):
tmpl = fd.read()
fd.close()
except Exception as e:
print( " ! Failed to read <%s>" tempScr % , file=sys.stderr )
print( " ! Failed to read <%s>" % tempScr, file=sys.stderr )
return False
else:
t = string.Template(tmpl)