Lines Matching refs:target
164 target = section.get("target", "")
165 if len(target): #the target handler may not be loaded yet, so keep for later...
166 fixups.append((h, target))
577 if 'target not configured yet' in str(e.__cause__):
738 'target' in config:
740 th = self.config['handlers'][config['target']]
743 raise TypeError('target not configured yet')
744 config['target'] = th
746 raise ValueError('Unable to set target handler '
747 '%r' % config['target']) from e