Fixed error in debug print statement

This commit is contained in:
Greg Wiatroski 2003-10-21 17:09:16 +00:00
parent 3c96d94596
commit 7b14e4ea5f
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ class ParticleEffect(NodePath):
else:
execfile(filename.toOsSpecific())
except:
self.notify.error('loadConfig: failed to load particle file: '+filename)
self.notify.error('loadConfig: failed to load particle file: '+ repr(filename))