PSLmodels / Package-Builder

Policy Simulation Library tool that builds packages and uploads them to the Anaconda Cloud's PSLmodels channel for public distribution
4 stars 7 forks source link

Switch from subprocess.check_call to newer subprocess.run #150

Closed martinholmer closed 5 years ago

martinholmer commented 5 years ago

This pull request replaces the old subprocess.check_call function with the new subprocess.run function, which is recommended in the Python 3.6+ documentation of the subprocess module.