guokr / swagger-py-codegen

a Python web framework generator supports Flask, Tornado, Falcon, Sanic
554 stars 154 forks source link

Only generates demo>v1>schemas.py #123

Closed michielmulders closed 6 years ago

michielmulders commented 6 years ago

When I run swagger_py_codegen -s api.yml example-app -p demo It only generates the schema file but no other files (doesn't work for any of the templates). I used the default template for pets.

Any help for this or how this comes? Error message I get: TypeError: expected 1 arguments, got 0

DogeVenci commented 6 years ago

the same problem,python version is 3.6