mirror of https://github.com/KLayout/klayout.git
parent
7fd231bba3
commit
c78ea38f72
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue