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 |