MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / run_command

Function run_command

tools/build_android_aar.py:13–15  ·  view source on GitHub ↗
(cmd, cwd)

Source from the content-addressed store, hash-verified

11
12
13def run_command(cmd, cwd):
14 print('Running command: %s' % ' '.join(str(item) for item in cmd), flush=True)
15 subprocess.check_call([str(item) for item in cmd], cwd=str(cwd))
16
17
18def resolve_executable(name):

Callers 4

build_nativeFunction · 0.70
build_javaFunction · 0.70
build_simpleble_bridgeFunction · 0.70
package_aarFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected