def build_tactics(self, entry, layer, next_config, output_files): relname = entry.relpath(layer.directory) existing_tactic = output_files.get(relname) tactic = Tactic.get( entry, self.target, layer, next_config, existing_tactic, ) output_files[relname] = tactic