flask-restful-swagger icon indicating copy to clipboard operation
flask-restful-swagger copied to clipboard

unicode_literal compatibility

Open stephenhelms opened this issue 9 years ago • 4 comments

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.

stephenhelms avatar Feb 10 '16 11:02 stephenhelms

Thanks for your feedback, will fix it soon.

sobolevn avatar Mar 21 '16 10:03 sobolevn

when it will be fixed?

lukyoung avatar Apr 28 '16 12:04 lukyoung

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

mserralta avatar Feb 22 '17 16:02 mserralta

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

mserralta avatar Feb 22 '17 17:02 mserralta