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

Generate hooks in a single to_nice_yaml invocation #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ramcq
Copy link

@ramcq ramcq commented Mar 28, 2023

Invoking to_nice_yaml on a scalar value generates a two-line YAML document "value\n...\n" which corrupts the value of a hook such as healthcheck which is just a single string URL. Instead of looping over each of the hooks, define a dictionary with hooks at the top level and have to_nice_yaml transform it in a single invocation. Fixes #117.

Invoking to_nice_yaml on a scalar value generates a two-line YAML document "value\n...\n" which corrupts the value of a hook such as healthcheck which is just a single string URL. Instead of looping over each of the hooks, define a dictionary with hooks at the top level and have to_nice_yaml transform it in a single invocation. Fixes borgbase#117.
@m3nu
Copy link
Collaborator

m3nu commented Mar 28, 2023

Thanks. Will test this on some common cases and then merge asap.

@m3nu
Copy link
Collaborator

m3nu commented Apr 4, 2023

Tests are failing. When verifying the config file, I think.

value=deep_merge_nodes(a_value.value + b_value.value),", "TypeError: can only concatenate str (not \"list\") to str"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unusual YAML syntax for hooks
2 participants