MCPcopy Create free account
hub / github.com/conda/constructor / explained_check_call

Function explained_check_call

constructor/utils.py:43–48  ·  view source on GitHub ↗

Execute a system process and debug the invocation

(args)

Source from the content-addressed store, hash-verified

41
42
43def explained_check_call(args):
44 """
45 Execute a system process and debug the invocation
46 """
47 logger.debug("Executing: %s", " ".join(args))
48 return check_call(args)
49
50
51def filename_dist(dist):

Callers 5

sign_bundleMethod · 0.85
pkgbuildFunction · 0.85
_build_xcode_projectsFunction · 0.85
createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected