# | Line 143 | Line 143 | class PubDB: | |
---|---|---|
143 | if refdbdataTiers.count(dt)<=0: | |
144 | msg = "ERROR: Data Tier ( =>",dt,"<= ) not existing for dataset/owner "+self.dataset+"/"+self.owner+"! " | |
145 | msg = str(msg) + 'Owner Dataset not published with asked dataTiers! '+\ | |
146 | < | self.owner+' '+ self.dataset+' '+str(self.dataTiers)}+'\n' |
146 | > | self.owner+' '+ self.dataset+' '+str(self.dataTiers)+'\n' |
147 | msg = str(msg) + ' Check the data_tier variable in crab.cfg !\n' | |
148 | common.logger.message(msg) | |
149 | return [] |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |