45 msg = "LVL1 item %s is already in the menu, will not add it again" % item.name
46 log.error(msg)
47raise RuntimeError(msg)
48if item.ctpid in [x.ctpid for x in self.items.values()]:
49 msg = "LVL1 item %s with ctpid %i is already in the menu, will not add %s with the same ctpid" % (self.itemById(item.ctpid).name, item.ctpid, item.name)
209 msg = "Item definition issue in file %s, line %i. Threshold %s has not been defined in %s" % ('/'.join(fs.filename.rsplit('/',4)[1:]),fs.lineno, attr, expProdFile)