File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -398,7 +398,6 @@ def EvaluateDailyMetric(self):
398398 self .matrices .columnValues [sitename ][day ][crit ] = self .nullInfo ()
399399 if self .matrices .columnValues [sitename ][day ][crit ]['Color' ] == 'red' : # if any individual metric is red, set status to error ('E')
400400 status = 'E'
401-
402401 if self .matrices .columnValues [sitename ][day ]['Downtimes_top' ]['Color' ] == 'brown' : # if site was in downtime set to 'SD'
403402 status = 'SD'
404403
@@ -408,8 +407,8 @@ def EvaluateDailyMetric(self):
408407 if sitedbtimeint .days >= 0 :
409408 if self .matrices .columnValues [sitename ][day ].has_key ('IsSiteInSiteDB' ):
410409 if self .matrices .columnValues [sitename ][day ]['IsSiteInSiteDB' ]['Color' ] == 'white' :
411- # status = 'n/a'
412- status = status
410+ status = 'n/a'
411+ # status = status
413412
414413 if day == self .tinfo .todaystamp : # set today's to the blank character
415414 status = ' '
You can’t perform that action at this time.
0 commit comments