Closed benallan closed 1 year ago
https://github.com/daniperez/vale-python-package/issues/8 execvp doesn't replace the active process on windows, so we use Popen and forward the return code instead.
hi @benallan !
Your fix has been published to Pypi (vale version 2.25.0 or greater).
Great, thanks a lot for all your help @daniperez!
https://github.com/daniperez/vale-python-package/issues/8 execvp doesn't replace the active process on windows, so we use Popen and forward the return code instead.