cookiecutter-pypackage icon indicating copy to clipboard operation
cookiecutter-pypackage copied to clipboard

Popen fails at pre-commit install execution

Open gpongelli opened this issue 2 years ago • 0 comments

on my python 3.9 installation, the pre-commit install fails with no message. manually doing the command works correctly.

Changing to subprocess.run fixes the issue.

Thsnk for this awesome cookiecutter package ;)

gpongelli avatar Jun 06 '22 14:06 gpongelli