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.23 by slacapra, Mon Apr 12 10:41:16 2010 UTC vs.
Revision 1.24 by spiga, Tue May 4 17:18:12 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines