From 94f6beab75047a2b578b89dbe94441214e401dfc Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 28 Jul 2009 20:27:13 +0000 Subject: [PATCH] minor typos --- direct/src/plugin_npapi/make_osx_bundle.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/direct/src/plugin_npapi/make_osx_bundle.py b/direct/src/plugin_npapi/make_osx_bundle.py index b5bfd7f0a9..3a6be84f3c 100755 --- a/direct/src/plugin_npapi/make_osx_bundle.py +++ b/direct/src/plugin_npapi/make_osx_bundle.py @@ -46,8 +46,7 @@ def makeBundle(startDir): # Compile the .r file to an .rsrc file. os.system('/Developer/Tools/Rez -useDF -o %s %s' % ( - resourceFilename.toOsSpecific(), Filename(fStartDir, "nppanda3d.r").toOsSpecific())) - tfile.unlink() + resourceFilename.toOsSpecific(), Filename(fstartDir, "nppanda3d.r").toOsSpecific())) if not resourceFilename.exists(): raise IOError, 'Unable to run Rez'