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

Function read_update_file

tools/automate-git.py:633–640  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

631
632
633def read_update_file():
634 update_path = os.path.join(cef_src_dir, 'CHROMIUM_UPDATE.txt')
635 if not os.path.exists(update_path):
636 msg("Missing file: %s" % update_path)
637 return None
638
639 msg("Reading %s" % update_path)
640 return read_config_file(update_path)
641
642
643def log_chromium_changes():

Callers 2

log_chromium_changesFunction · 0.85
check_pattern_matchesFunction · 0.85

Calls 2

msgFunction · 0.85
read_config_fileFunction · 0.85

Tested by

no test coverage detected