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

Comparing COMP/CRAB/python/JdlWriter.py (file contents):
Revision 1.7 by fanzago, Wed May 27 13:50:42 2009 UTC vs.
Revision 1.8 by slacapra, Tue Jun 9 13:12:06 2009 UTC

# Line 12 | Line 12 | class JdlWriter( Actor ):
12          from WMCore.SiteScreening.BlackWhiteListParser import SEBlackWhiteListParser
13          seWhiteList = cfg_params.get('GRID.se_white_list',[])
14          seBlackList = cfg_params.get('GRID.se_black_list',[])
15 <        self.blackWhiteListParser = SEBlackWhiteListParser(seWhiteList, seBlackList, common.logger)
15 >        self.blackWhiteListParser = SEBlackWhiteListParser(seWhiteList, seBlackList, common.logger())
16          self.datasetpath=self.cfg_params['CMSSW.datasetpath']
17          if string.lower(self.datasetpath)=='none':
18              self.datasetpath = None

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines