Skip to content

Always use a YAML parser to read YAML files #15

@nrferguson

Description

@nrferguson

batch_file.yaml is often read by parsing a specific line. This means that, when a line is added or removed, every script that reads the file needs to be updated, too.

List of scripts that read batch_file.yaml this way:

Using a YAML parser will allow the file to be read without depending on line position. This may be a good reason to start to translating these batch scripts to Python.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions