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

Alternate (probably more correct) fix for #3182 (supercedes #3183) #3185

Merged

Conversation

mzpqnxow
Copy link
Contributor

@mzpqnxow mzpqnxow commented Jul 11, 2022

This addresses issue #3182 (and supersedes the previous PR #3183)

It fixes the issue in a (probably) more correct way, by adding ConfigParser to the list of parent classes for LuigiTomlParser

Because ConfigParser implements sections(), the issue goes away (and things seem to work properly)

I wonder if leaving this out was just an oversight, as I only noticed this as a clean solution when I reviewed how the LuigiConfigParser worked- which is by inheriting from BaseParser and ConfigParser as well

@dlstadther dlstadther merged commit afa6ba3 into spotify:master Jul 15, 2022
@mzpqnxow
Copy link
Contributor Author

Thanks!

@mzpqnxow mzpqnxow deleted the bugfix/missing-sections-method-alt branch August 16, 2022 14:34
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