RhodiumGroup / rhg_compute_tools

Tools for using compute.rhg.com and compute.impactlab.org
MIT License
1 stars 4 forks source link

raise for nonzero gsutil status code in cp #104

Closed delgadom closed 2 years ago

delgadom commented 2 years ago

rhg_compute_tools.gcs.cp should raise an error when the subprocess call to gsutil fails. this checks the status code and raises if nonzero.