# | Line 228 | Line 228 | class MultiCrab: | |
---|---|---|
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 | |
231 | + | # if ui_working_dir is set, change -c dir accordnigly |
232 | + | options['-c']=self.ui_working_dir+"/"+sec |
233 | + | |
234 | # also for logDir | |
235 | if not self.cfg_params_dataset.has_key("USER.logdir") and self.logdir: | |
236 | options["-USER.logdir"]=self.logdir+"/"+sec |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |