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

unicode_literal compatibility #90

Open
stephenhelms opened this issue Feb 10, 2016 · 4 comments
Open

unicode_literal compatibility #90

stephenhelms opened this issue Feb 10, 2016 · 4 comments
Assignees
Labels

Comments

@stephenhelms
Copy link

Swagger operation decorator can't handle unicode strings for its keyword arguments. Crashes at line 319 due to thinking a unicode string is an object.

@sobolevn
Copy link
Contributor

Thanks for your feedback, will fix it soon.

@sobolevn sobolevn added the bug label Mar 21, 2016
@sobolevn sobolevn self-assigned this Mar 21, 2016
@lukyoung
Copy link

when it will be fixed?

@mserralta
Copy link

@stephenhelms @lukyoung could you attach the problematic decorator calling to see if my patch can do the trick...??

@mserralta
Copy link

Notice in master branch this is resolved. You could patch your code until new tag is released...

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

4 participants