# | Line 83 | Line 83 | class PubDB: | |
---|---|---|
83 | CEWhiteList = [] | |
84 | try: | |
85 | tmpGood = string.split(self.cfg_params['EDG.ce_white_list'],',') | |
86 | – | #tmpGood = ['cern'] |
86 | for tmp in tmpGood: | |
87 | tmp=string.strip(tmp) | |
89 | – | #if (tmp == 'cnaf'): tmp = 'webserver' ########## warning: temp. patch |
88 | CEWhiteList.append(tmp) | |
89 | except KeyError: | |
90 | pass |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |