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

Function execute

scripts/util.py:134–142  ·  view source on GitHub ↗
(argv)

Source from the content-addressed store, hash-verified

132
133
134def execute(argv):
135 try:
136 output = subprocess.check_output(argv, stderr=subprocess.STDOUT)
137 if verbose_mode:
138 print output
139 return output
140 except subprocess.CalledProcessError as e:
141 print e.output
142 raise e
143
144
145def get_thrust_version():

Callers 4

force_buildFunction · 0.90
copy_system_librariesFunction · 0.90
extract_zipFunction · 0.70
make_zipFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected