MCPcopy Create free account
hub / github.com/breach/thrust / execute

Function execute

scripts/bootstrap.py:15–20  ·  view source on GitHub ↗
(argv)

Source from the content-addressed store, hash-verified

13
14
15def execute(argv):
16 try:
17 return subprocess.check_output(argv, stderr=subprocess.STDOUT)
18 except subprocess.CalledProcessError as e:
19 print e.output
20 raise e
21
22
23def main():

Callers 3

update_submodulesFunction · 0.70
bootstrap_brightrayFunction · 0.70
update_thrust_shellFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected