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

Comparing COMP/CRAB/python/DataDiscovery.py (file contents):
Revision 1.27 by spiga, Wed Feb 4 15:24:41 2009 UTC vs.
Revision 1.29 by edelmann, Tue Mar 17 14:36:44 2009 UTC

# Line 99 | Line 99 | class DataDiscovery:
99                            'glidein':  global_url,\
100                            'lsf':      global_url,\
101                            'caf':      caf_url,\
102 <                          'sge':      global_url
102 >                          'sge':      global_url,
103 >                          'arc':      global_url
104                            }
105  
106          dbs_url_default = dbs_url_map[(common.scheduler.name()).lower()]
# Line 199 | Line 200 | class DataDiscovery:
200                      common.logger.debug(5,"Set of input parameters used for DBS query : \n"+str(allowedRetriveValue))
201                      common.logger.write("Set of input parameters used for DBS query : \n"+str(allowedRetriveValue))
202                  else:
202                    print 'MALE2'
203                      files = api.listDatasetFiles(self.datasetPath)
204              else :
205                  files=[]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines