MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / run

Function run

scripts/update_installer.py:69–72  ·  view source on GitHub ↗
(advinst: Path, *edit_args: str, check: bool = True)

Source from the content-addressed store, hash-verified

67
68
69def run(advinst: Path, *edit_args: str, check: bool = True) -> int:
70 cmd = [str(advinst), "/edit", str(INSTALLER_AIP), *edit_args]
71 print(">", " ".join(cmd))
72 return subprocess.run(cmd, check=check).returncode
73
74
75def resync_appdir(advinst: Path) -> None:

Callers 2

resync_appdirFunction · 0.85
mainFunction · 0.85

Calls 1

runMethod · 0.80

Tested by

no test coverage detected