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)