H
H
I'm using pyramid 1.7. Reviewing the code, I think it is not possible to make it work that way, since there not exists the patterns to match paths in swagger...
I had the same problem. I think registry.settings.get(..) always returns string, and causes the regex compiler to generate the wrong pattern. you should try with something like this: pyramid_swagger.exclude_paths =...
I guess so, i think you shouldn't test instance types [here](https://github.com/striglia/pyramid_swagger/blob/master/pyramid_swagger/tween.py#L412) .As always are strings. Maybe to define multiple patterns would be convenient to use multi line values, or comma...