File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ def GetCriteriasList(self, sitename):
381381 #----------------------------------------------------------------------------------------
382382 #
383383 def EvaluateDailyMetric (self ):
384- print "\n Evaluating Daily Status \n "
384+ print "\n Evaluating Daily Metric \n "
385385 # set value for the 'Daily Metric' column in self.matrices.dailyMetrics
386386 # NOTE: also sets n/a in columnValues for missing metrics
387387 prog = ProgressBar (0 , 100 , 77 )
@@ -408,7 +408,8 @@ def EvaluateDailyMetric(self):
408408 if sitedbtimeint .days >= 0 :
409409 if self .matrices .columnValues [sitename ][day ].has_key ('IsSiteInSiteDB' ):
410410 if self .matrices .columnValues [sitename ][day ]['IsSiteInSiteDB' ]['Color' ] == 'white' :
411- status = 'n/a'
411+ #status = 'n/a'
412+ status = status
412413
413414 if day == self .tinfo .todaystamp : # set today's to the blank character
414415 status = ' '
You can’t perform that action at this time.
0 commit comments