There is nothing in line 432. Here is the code from 427 to 433:
else {
$template_path = get_template_directory() . '/' . $woocommerce->template_url . $this->template_file;
$child_path = get_stylesheet_directory() . '/' . $woocommerce->template_url . $this->template_file;
}