ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/Reporter.py
(Generate patch)

Comparing COMP/CRAB/python/Reporter.py (file contents):
Revision 1.22 by fanzago, Thu Oct 17 08:53:28 2013 UTC vs.
Revision 1.23 by fanzago, Thu Oct 17 08:58:44 2013 UTC

# Line 210 | Line 210 | class Reporter(Actor):
210              if (self.cfg_params.get('CMSSW.lumi_mask')):
211                  lumimask=self.cfg_params.get('CMSSW.lumi_mask')
212                  #print "lumimask = ", lumimask
213 <                self.compareJsonFile(lumimask,'total_missingLumiSummary_total.json')
213 >                self.compareJsonFile(lumimask,'total_missingLumiSummary.json')
214              ### without lumimask    
215              if (inputRunLumiFileName):
216                  self.compareJsonFile(inputRunLumiFileName, 'task_missingLumiSummary.json')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines