From 8c64506ac82f3076369bc29c73fba2203a6a4fc8 Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Mon, 25 Mar 2024 10:32:01 -0500 Subject: [PATCH] Remove redundant duplicate line --- conda_build/metadata.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conda_build/metadata.py b/conda_build/metadata.py index 01f3367d03..d3eeb93d80 100644 --- a/conda_build/metadata.py +++ b/conda_build/metadata.py @@ -1665,7 +1665,6 @@ def build_id(self): raise RuntimeError( f"Couldn't extract raw recipe text for {self.name()} output" ) - raw_recipe_text = self.extract_package_and_build_text() raw_manual_build_string = re.search(r"\s*string:", raw_recipe_text) # user setting their own build string. Don't modify it. if manual_build_string and not (