MCPcopy Create free account
hub / github.com/deepdrive/deepdrive / say

Function say

install.py:20–22  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

18
19def run_command(cmd, cwd=None, env=None, throw=True, verbose=False, print_errors=True):
20 def say(*args):
21 if verbose:
22 print(*args)
23
24 say('running command: ' + cmd)
25 if not isinstance(cmd, list):

Callers 1

run_commandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected