From c78ea38f72880795461c1081d590a6a330a79692 Mon Sep 17 00:00:00 2001 From: Kazunari Sekigawa Date: Tue, 16 Jan 2018 18:47:30 +0900 Subject: [PATCH] To debug "makeDMG4mac.py" This refs #22. --- macbuild/makeDMG4mac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macbuild/makeDMG4mac.py b/macbuild/makeDMG4mac.py index 99878e626..f7044037a 100755 --- a/macbuild/makeDMG4mac.py +++ b/macbuild/makeDMG4mac.py @@ -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)