Bug Report Checklist
|
path_to_item=_path_to_item, |
this one is a reference before assignment
Description
openapi-generator version
5.0.1
OpenAPI declaration file content or url
not needed
Steps to reproduce
not needed
Related issues/PRs
Suggested fix
a basic fix is just to pull the extraction up
a good fix would be to actually use python features to declare the arguments
i have the basic fix in a checkout and will contribute a PR later today likely with the enhanced fix
Bug Report Checklist
openapi-generator/modules/openapi-generator/src/main/resources/python/model_templates/method_init_simple.mustache
Line 37 in df5050f
this one is a reference before assignment
Description
openapi-generator version
5.0.1OpenAPI declaration file content or url
not needed
Steps to reproduce
not needed
Related issues/PRs
Suggested fix
a basic fix is just to pull the extraction up
a good fix would be to actually use python features to declare the arguments
i have the basic fix in a checkout and will contribute a PR later today likely with the enhanced fix