MCPcopy Create free account
hub / github.com/cztomczak/cefpython / run_patch_updater

Function run_patch_updater

tools/automate-git.py:433–439  ·  view source on GitHub ↗

Run the patch updater script.

(args='', output_file=None)

Source from the content-addressed store, hash-verified

431
432
433def run_patch_updater(args='', output_file=None):
434 """ Run the patch updater script. """
435 tool = os.path.join(cef_src_dir, 'tools', 'patch_updater.py')
436 if len(args) > 0:
437 args = ' ' + args
438 run('%s %s%s' % (python_exe, tool, args), cef_src_dir, depot_tools_dir,
439 output_file)
440
441
442def onerror(func, path, exc_info):

Callers 1

automate-git.pyFile · 0.85

Calls 1

runFunction · 0.85

Tested by

no test coverage detected