-
Notifications
You must be signed in to change notification settings - Fork 216
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
Remove the u prefix of unicode strings on error output #218
Comments
Can you please share your schema? Since according to this test, it shouldn't be there at the first place. |
Changing the test to the following is what I am doing:
Notice the unicode dict key. From what I have seen it is best practice to ensure all strings are unicode strings, so I only use unicode literals in my project. |
Umm.. Ok. Can you create a PR corresponding to it? You will have to do modifications in |
I will investigate and ask if I need any help. Thanks :)! |
Sorry @tusharmakkar08, would you be able to briefly explain the flow? I'm not really reading this too well. |
@jmwri : Ok. Start from Line 147 where |
@tusharmakkar08 I have made changes to account for unicode |
I use unicode everywhere within my project, and this affects the output of Voluptuous' exceptions.
required key not provided @ data[u'site_user_id']
Is it possible to remove the unicode prefix?
The text was updated successfully, but these errors were encountered: