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 ' |