# | 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] |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |