-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
LuigiTomlParser object has no attribute 'sections' #3182
Comments
mzpqnxow
added a commit
to mzpqnxow/luigi
that referenced
this issue
Jul 11, 2022
mzpqnxow
added a commit
to mzpqnxow/luigi
that referenced
this issue
Jul 11, 2022
mzpqnxow
added a commit
to mzpqnxow/luigi
that referenced
this issue
Jul 11, 2022
Alternate (probably more correct) fix for spotify#3182 (supercedes spotify#3183)
dlstadther
added a commit
that referenced
this issue
Jul 15, 2022
…3185) Co-authored-by: Dillon Stadther <dlstadther@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Missing/incorrect method when loading TOML configuration data
When loading a TOML configuration file on Luigi==3.1.0, I get the following backtrace:
When I take a look at the
LuigiTomlParser
, it's pretty easy to see a way to fix this with minimal effort, by adding asections()
method that just returns a simple list of the sections-I will attach my configuration file, though it's worth mentioning the example toml from this repo also causes the issue
The text was updated successfully, but these errors were encountered: