opam: Simplify calls to opam binary and check return codes
Use subprocess.run instead of subprocess.call and subprocess.Popen and check opam command return codes to catch any possible issues.
Loading
Please register or sign in to comment
Use subprocess.run instead of subprocess.call and subprocess.Popen and check opam command return codes to catch any possible issues.