# | Line 186 | Line 186 | class Publisher(Actor): | |
---|---|---|
186 | self.noLFN.append(file['PFN']) | |
187 | else: | |
188 | if int(file['TotalEvents']) != 0 : | |
189 | < | file.lumisections = {} |
189 | > | #file.lumisections = {} |
190 | > | # lumi info are now in run hash |
191 | > | file.runs = {} |
192 | for ds in file.dataset: | |
193 | ### FEDE FOR NEW LFN ### | |
194 | #ds['ProcessedDataset']=procdataset |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |