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

Comparing COMP/CRAB/python/PubDB.py (file contents):
Revision 1.11 by afanfani, Wed Nov 16 13:28:54 2005 UTC vs.
Revision 1.12 by fanzago, Thu Apr 6 16:45:17 2006 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines