MCPcopy Create free account
hub / github.com/Samsung/UTopia / execute

Method execute

helper/driverbuilder.py:86–88  ·  view source on GitHub ↗
(self, command: CMD)

Source from the content-addressed store, hash-verified

84 return output
85
86 def execute(self, command: CMD):
87 logging.info("Command (" + command.cmd + ")")
88 subprocess.run(command.cmd, shell=True, cwd=command.path, check=True)
89
90 def get_compile_cmd_by_src(self, src_path: Path) -> CMD:
91 keys2 = {

Callers 2

buildMethod · 0.95
compileMethod · 0.95

Calls 1

runMethod · 0.45

Tested by

no test coverage detected