We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the 'plugins' option as a comma separated list, now you have to pay attention to blank spaces.
For example: plugins = python273, router_rewrite is incorrect, cause looks for " router_rewrite" starting with the blank space.
You should write plugins = python273,router_rewrite without any blank space after the comma.
I think this behavior is not really user friendly and both declarations should be valid.
The text was updated successfully, but these errors were encountered:
88e108c
unbit
No branches or pull requests
Using the 'plugins' option as a comma separated list, now you have to pay attention to blank spaces.
For example:
plugins = python273, router_rewrite
is incorrect, cause looks for " router_rewrite" starting with the blank space.
You should write
plugins = python273,router_rewrite without any blank space after the comma.
I think this behavior is not really user friendly and both declarations should be valid.
The text was updated successfully, but these errors were encountered: