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

plugins declaration, blank space error #20

Closed
gabbork opened this issue Oct 16, 2012 · 0 comments
Closed

plugins declaration, blank space error #20

gabbork opened this issue Oct 16, 2012 · 0 comments
Assignees

Comments

@gabbork
Copy link

gabbork commented Oct 16, 2012

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.

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

No branches or pull requests

2 participants