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

Comparing COMP/CRAB/python/multicrab.py (file contents):
Revision 1.3 by slacapra, Thu Jul 31 11:17:57 2008 UTC vs.
Revision 1.4 by slacapra, Mon Nov 10 16:42:22 2008 UTC

# Line 197 | Line 197 | class MultiCrab:
197                  options[tmp]=self.cfg_params_dataset[sec][opt]
198              # add section to storage_path if exist in crab.cfg
199              if self.storage_path:
200 <                options["-USER.storage_path"]=self.storage_path+"/"+sec
200 >                options["-USER.user_remote_dir"]=self.storage_path+"/"+sec
201              # Input options (command)
202              for opt in self.opts:
203                  options[opt]=self.opts[opt]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines