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.22 by spiga, Mon Jun 9 15:53:05 2008 UTC vs.
Revision 1.23 by spiga, Mon Jun 9 17:50:45 2008 UTC

# Line 119 | Line 119 | class DataDiscovery:
119          try:
120              if len(runselection) <= 0 :
121                  if useParent:
122 <                    files = api.listFiles(path=self.datasetPath,retriveList= [
123 <                                                                              'retrive_parent',
124 <                                                                              'retrive_block',
125 <                                                                              'retrive_lumi',
126 <                                                                              'retrive_run'
127 <                                                                              ])
122 >                    allowedRetriveValue = ['retrive_parent',
123 >                                           'retrive_block',
124 >                                           'retrive_lumi',
125 >                                           'retrive_run'
126 >                                           ]
127 >                    files = api.listFiles(path=self.datasetPath, retriveList=allowedRetriveValue)
128                      common.logger.debug(5,"Set of input parameters used for DBS query : \n"+str(allowedRetriveValue))
129                      common.logger.write("Set of input parameters used for DBS query : \n"+str(allowedRetriveValue))
130                  else:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines