Browse Source

Fixed error in debug print statement

Greg Wiatroski 22 years ago
parent
commit
7b14e4ea5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/particles/ParticleEffect.py

+ 1 - 1
direct/src/particles/ParticleEffect.py

@@ -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))