# | Line 119 | Line 119 | class PsetManipulator: | |
---|---|---|
119 | """ | |
120 | _addCrabFJR_ | |
121 | add CRAB specific FrameworkJobReport (FJR) | |
122 | < | if a FJR already exists in input CMSSW parameter-set, add a second one |
122 | > | if a FJR already exists in input CMSSW parameter-set, add a second one. |
123 | > | This code is not needed for CMSSW >= 1.5.x and is non-functional in CMSSW >= 1.7.x. |
124 | > | It should be removed at some point in the future. |
125 | """ | |
126 | ||
127 | # Check if MessageLogger service already exists in configuration. If not, add it |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |