Closed adonig closed 4 years ago
NOTE: A workaround is just using a luigi.Parameter instead.
Would you mind posting your .toml
file and associated config? This is an interesting case.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If closed, you may revisit when your time allows and reopen! Thank you for your contributions.
I'm using luigi 2.8.9 with toml 0.10.0 as extra. My luigi.toml contains a list. Accessing its value with a luigi.ListParameter causes the following error:
The problem is that
x
already has type<class 'list'>
while it should be astr
instead.