MPAS-Dev / MPAS-Tools

MPAS Tools Repository
Other
37 stars 63 forks source link

Add keyword arguments to `check_call` #449

Closed xylar closed 2 years ago

xylar commented 2 years ago

The keyword arguments are passed along to subprocess.Popen. This is useful if a given call needs to do things like pass a new environment for Popen to use.

This merge also updates the version number to 0.12.0

xylar commented 2 years ago

Testing

I have run the compass nightly test suite with these changes and it ran successfully.