Skip to content

Generate cbc.yaml does not correctly generates envs with type list #25

@PaulKalho

Description

@PaulKalho

When an env has a default value like so: TEST: List[str] = ["test", "hallo"]

the yaml does build a "yaml list":

TEST:
  - test
  - hallo

and not:

TEST: ["test", "hallo"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions