ajack 2004/05/12 14:22:58
Modified: python/gump/core engine.py
Log:
Update stats even if not 'official', they are needed.
Revision Changes Path
1.14 +1 -2 gump/python/gump/core/engine.py
Index: engine.py
===================================================================
RCS file: /home/cvs/gump/python/gump/core/engine.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- engine.py 12 May 2004 18:05:04 -0000 1.13
+++ engine.py 12 May 2004 21:22:58 -0000 1.14
@@ -905,8 +905,7 @@
def updateStatistics(self,run):
""" Update Statistics into the run (to set current values) """
logResourceUtilization('Before update statistics')
- if run.getOptions().isOfficial():
- self.processStatistics(run,0)
+ self.processStatistics(run,0)
def processStatistics(self,run,load):
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]