Skip to content

Multi-line string issue #541

Description

What happened?

conda-recipe-manager can't seem to be able to parse this recipe:

about:
  description: 'ContourPy is a Python library for calculating contours of 2D quadrilateral

    grids.  It is written in C++11 and wrapped using pybind11.

    '
  dev_url: https://github.com/contourpy/contourpy
  doc_url: https://contourpy.readthedocs.io
  home: https://github.com/contourpy/contourpy
  license: BSD-3-Clause
  license_family: BSD
  license_file: LICENSE
  summary: Python library for calculating contours of 2D quadrilateral grids.

To Reproduce

with open('recipe.yaml', 'r') as fh:
    conda_recipe_manager.parser.recipe_reader.RecipeReader(fh.read())

Additional Details (please complete the following information):

  • Conda Recipe Manager version: 0.10.4

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status
Ready

Relationships

None yet

Development

No branches or pull requests

Issue actions