Skip to content

Rez 2.13.0 errors when package descriptions span more than one line #417

@ttanimura

Description

@ttanimura

We have a package that has this in its package.py:

description = \
    """
    The spMathNodes module is a tool to easily create and connect math related
    utility nodes in Maya using Python language features. This will make
    writing and reading code that builds these node networks much easier. The
    scope and goal of this module is to provide basic math operation including
    support for vectors and matrices.
    """

When we build this package with rez-build --verbose, it fails with:

Unmatched ".
CMAKE_MODULE_PATH: Undefined variable.
14:50:07 ERROR    BuildError: The cmake build system failed.

Changing the description to be a single line fixes the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugshellShell related issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions