Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always use a YAML parser to read YAML files #15

Open
nrferguson opened this issue Dec 20, 2024 · 0 comments
Open

Always use a YAML parser to read YAML files #15

nrferguson opened this issue Dec 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nrferguson
Copy link
Collaborator

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.

@nrferguson nrferguson added the enhancement New feature or request label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant