Browse Source

pstats tasks now doesn't shoqw igLoop

Zachary Pavlov 19 years ago
parent
commit
3eb4b0d3de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/task/Task.py

+ 1 - 1
direct/src/task/Task.py

@@ -552,7 +552,7 @@ class TaskManager:
                 break
                 break
 
 
         if __debug__:
         if __debug__:
-            if self.pStatsTasks and task.name != "igloop":
+            if self.pStatsTasks and task.name != "igLoop":
                 # Get the PStats name for the task.  By convention,
                 # Get the PStats name for the task.  By convention,
                 # this is everything until the first hyphen; the part
                 # this is everything until the first hyphen; the part
                 # of the task name following the hyphen is generally
                 # of the task name following the hyphen is generally