Skip to content

Commit

Permalink
Update conda_recipe_manager/parser/recipe_parser_convert.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bianca Henderson <[email protected]>
  • Loading branch information
schuylermartin45 and beeankha authored Apr 30, 2024
1 parent be178fa commit e1cb946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda_recipe_manager/parser/recipe_parser_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@ def _upgrade_multi_output(self, base_package_paths: list[str]) -> None:
@staticmethod
def pre_process_recipe_text(content: str) -> str:
"""
Takes the content of a recipe file and performs manipulations prior to the parsing stage. This is should be
seldom used to solve conversion issues.
Takes the content of a recipe file and performs manipulations prior to the parsing stage. This should be
used sparingly for solving conversion issues.
Ideally the pre-processor phase is only used when:
- There is no other feasible way to solve a conversion issue.
Expand Down

0 comments on commit e1cb946

Please sign in to comment.