Skip to content

Commit

Permalink
Remove duplicate extract_package_and_build_text call (#5253)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Apr 12, 2024
1 parent 024e61d commit b7ea405
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conda_build/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit b7ea405

Please sign in to comment.