OpenAPITools / openapi-generator-pip

pip installer for OpenAPI Generator
Apache License 2.0
16 stars 7 forks source link

Fix launcher not working with space in path #1

Closed Certary closed 1 year ago

Certary commented 4 years ago

If the launcher is located in a directory with a path that contains a space (e.g. C:\Users\SomeUser\Dir With Space\venv\Lib\site-packages\openapi_generator_cli) the call to the jar would fail: Error: Unable to access jarfile C:\Users\SomeUser\Dir Fixed the issue by surrounding jar_path with double quotes.