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.26 by slacapra, Thu May 13 17:46:09 2010 UTC vs.
Revision 1.27 by slacapra, Fri Jul 2 15:00:00 2010 UTC

# Line 224 | Line 224 | class MultiCrab:
224              # add section to storage_path if exist in crab.cfg
225              if not self.cfg_params_dataset.has_key("USER.user_remote_dir") and self.user_remote_dir:
226                  options["-USER.user_remote_dir"]=self.user_remote_dir+"/"+sec
227 <            print options["-USER.user_remote_dir"]
227 >            # print options["-USER.user_remote_dir"]
228              # also for ui_working_dir
229              if not self.cfg_params_dataset.has_key("USER.ui_working_dir") and self.ui_working_dir:
230                  options["-USER.ui_working_dir"]=self.ui_working_dir+"/"+sec

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines