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