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

Comparing COMP/CRAB/python/ServerCommunicator.py (file contents):
Revision 1.55 by spiga, Fri Jan 15 10:59:04 2010 UTC vs.
Revision 1.56 by spiga, Sun Jan 17 19:05:52 2010 UTC

# Line 262 | Line 262 | class ServerCommunicator:
262          removeBList = self.cfg_params.get("GRID.remove_default_blacklist", 0 )
263          blackAnaOps = []
264          if int(removeBList) == 0:
265 <            blacklist = Downloader("http://cmsdoc.cern.ch/cms/LCG/crab/config/", os.getcwd())
265 >            blacklist = Downloader("http://cmsdoc.cern.ch/cms/LCG/crab/config/")
266              result = blacklist.config("site_black_list.conf")
267              if result != None:
268                  blackAnaOps = result

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines