MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / run

Function run

win/build-all-win.py:39–41  ·  view source on GitHub ↗
(command: list[str])

Source from the content-addressed store, hash-verified

37
38
39def run(command: list[str]) -> None:
40 print("Running:", command)
41 subprocess.check_call(command)
42
43
44def set_env(var_name: str, value: str) -> tuple[str, str | None]:

Callers 1

buildFunction · 0.70

Calls 1

printFunction · 0.85

Tested by

no test coverage detected