MODFLOW-USGS / modflow-devtools

Python tools for MODFLOW 6 development
https://modflow-devtools.readthedocs.io/en/latest/
Other
2 stars 5 forks source link

feat(set_env): add set_env contextmanager utility #87

Closed wpbonelli closed 1 year ago

wpbonelli commented 1 year ago

Add a utility to temporarily alter the process' environment. Referenced from this SO answer.