Open viccuad opened 8 years ago
For example, https://github.com/amperser/proselint/blob/master/tests/_test_version.py#L17
out = subprocess.check_output("proselint --version", shell=True)
@viccuad thanks, good catch. would you be willing to take a stab at fixing this?
@suchow I'm afraid my Python-fu is not up to the task yet, so I would love if people chime in.
For example, https://github.com/amperser/proselint/blob/master/tests/_test_version.py#L17
out = subprocess.check_output("proselint --version", shell=True)