MCPcopy Create free account
hub / github.com/ForgeRock/forgeops / grun

Function grun

lib/python/utils.py:378–379  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

376 path = pathlib.Path(clone_path)
377
378 def grun(*args, **kwargs):
379 run('git', '-C', str(path), *args, cstdout=True, cstderr=True)
380
381 git_dir = path.joinpath('.git')
382 # handle existing config directory

Callers 1

Calls 1

runFunction · 0.70

Tested by

no test coverage detected