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

Comparing COMP/CRAB/python/LFNBaseName.py (file contents):
Revision 1.2 by afanfani, Tue Apr 8 10:02:19 2008 UTC vs.
Revision 1.3 by slacapra, Fri Apr 11 14:54:22 2008 UTC

# Line 14 | Line 14 | def LFNBase(ProcessedDataset,merged=True
14      """
15      lfnbase = "/store"
16      if not merged:
17 <     lfnbase = os.path.join(lfnbase,"tmp")
17 >        lfnbase = os.path.join(lfnbase,"tmp")
18      
19      lfnbase = os.path.join(lfnbase, "user", gethnUserName(), ProcessedDataset )
20      return lfnbase

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines