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

Treat only '=' as an ini delimiter #3

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Conversation

dcbaker
Copy link
Contributor

@dcbaker dcbaker commented Feb 6, 2024

By default both : and = are treated as delimiters by ConfigParser, but NetworkManager only treats = as a delimiter and uses : in key names.

By default both `:` and `=` are treated as delimiters by ConfigParser, but NetworkManager only treats `=` as a delimiter and uses `:` in key names.
@Janik-Haag Janik-Haag merged commit 5b79f3d into Janik-Haag:main Feb 6, 2024
1 check passed
@Janik-Haag
Copy link
Owner

Thank's for the PR <3

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