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

Fix generation of paths of synced variables #37

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

tony-vanderpeet
Copy link
Contributor

Paths should be generated from the parent of the leaf node in the tree, not from the leaf and then stripping off the last '/'. Previous method fails when value include '/' characters.

In one instance the excluded path list was being checked against entire path/value concatenation which then failed to exclude.

Remove an unused global variable.

Paths should be generated from the parent of the leaf node in
the tree, not from the leaf and then stripping off the last '/'.
Previous method fails when value include '/' characters.

In one instance the excluded path list was being checked against
entire path/value concatenation which then failed to exclude.

Remove an unused global variable.
@carlgsmith carlgsmith requested a review from sparlane October 18, 2024 02:14
@sparlane sparlane merged commit ac8aac2 into alliedtelesis:master Oct 18, 2024
1 check passed
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.

2 participants