mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
minor typos
This commit is contained in:
parent
6b908cb525
commit
94f6beab75
@ -46,8 +46,7 @@ def makeBundle(startDir):
|
|||||||
|
|
||||||
# Compile the .r file to an .rsrc file.
|
# Compile the .r file to an .rsrc file.
|
||||||
os.system('/Developer/Tools/Rez -useDF -o %s %s' % (
|
os.system('/Developer/Tools/Rez -useDF -o %s %s' % (
|
||||||
resourceFilename.toOsSpecific(), Filename(fStartDir, "nppanda3d.r").toOsSpecific()))
|
resourceFilename.toOsSpecific(), Filename(fstartDir, "nppanda3d.r").toOsSpecific()))
|
||||||
tfile.unlink()
|
|
||||||
|
|
||||||
if not resourceFilename.exists():
|
if not resourceFilename.exists():
|
||||||
raise IOError, 'Unable to run Rez'
|
raise IOError, 'Unable to run Rez'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user