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

Config doesn't get list from 'always_dispatch' #149

Closed
malvidin opened this issue May 7, 2020 · 1 comment
Closed

Config doesn't get list from 'always_dispatch' #149

malvidin opened this issue May 7, 2020 · 1 comment
Labels

Comments

@malvidin
Copy link
Contributor

malvidin commented May 7, 2020

The configuration loading for the core always_dispatch gets a string and then attempts to loop through it like a list.
The following line should use config.getlist() instead of config.get()

self.always_dispatch = always_dispatch or config.get(

@mlaferrera
Copy link
Contributor

Thanks @malvidin. I just pushed a fix up. Please let me know if you run into issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants