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

Comparing COMP/CRAB/python/PhEDExDatasvcInfo.py (file contents):
Revision 1.3 by spiga, Sun Sep 21 10:53:10 2008 UTC vs.
Revision 1.4 by spiga, Sun Sep 21 12:41:57 2008 UTC

# Line 30 | Line 30 | class PhEDExDatasvcInfo:
30        
31          #check if using "private" Storage
32          self.usePhedex = True
33 <        if (self.node.find('T1_') + self.node.find('T2_')) == -2: self.usePhedex = False
33 >        if (self.node.find('T1_') + self.node.find('T2_')+self.node.find('T3_')) == -3: self.usePhedex = False
34          if not self.usePhedex and ( self.user_lfn == '' or self.user_se_path == '' ):
35              msg = 'You are asking to stage out without using CMS Storage Name convention. In this case you \n'
36              msg += '      must specify both lfn and storage_path in the crab.cfg section [USER].\n '

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines