mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-20 10:49:04 +00:00
Previously, if you used a packageName of the form "foo.bar.baz", half of the generated files of the python generator went into a subdirectory "foo/bar/baz" (correct), the other half went into a subdirectory "foo.bar.baz" (incorrect).