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.22 by slacapra, Mon Jan 11 12:00:20 2010 UTC vs.
Revision 1.22.2.1 by spiga, Thu Apr 15 08:19:43 2010 UTC

# Line 217 | Line 217 | class MultiCrab:
217                  options[tmp]=self.cfg_params_dataset[sec][opt]
218  
219              # protect against no user_remote_dir
220 +            self.user_remote_dir =self.cfg_params_dataset[sec].get("user.user_remote_dir",None)
221              if not self.user_remote_dir:
222                  self.user_remote_dir = "./"
223              # add section to storage_path if exist in crab.cfg

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines