MCPcopy
hub / github.com/emacs-eaf/emacs-application-framework / print_warning_message

Function print_warning_message

install-eaf.py:515–516  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

513 print("[EAF] Please rerun ./install-eaf.py with `--force`, or install them manually!")
514
515def print_warning_message(message):
516 print(bcolors.WARNING + message + bcolors.ENDC)
517
518def main():
519 try:

Callers 2

install_app_depsFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected