pyopenapi / pyswagger

An OpenAPI (fka Swagger) client & converter in python, which is type-safe, dynamic, spec-compliant.
MIT License
385 stars 90 forks source link

Customized Getter doesn't work in SwaggerApp #43

Closed WangJiannan closed 9 years ago

WangJiannan commented 9 years ago

variable 'local_url' is not initialised if getter class is supplied

mission-liao commented 9 years ago

That's definitely a bug, I will release a version after include this fix with a test. Thanks.