Fixed error in debug print statement
This commit is contained in:
parent
3c96d94596
commit
7b14e4ea5f
|
|
@ -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))
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue