Searched refs:color_string (Results 1 – 1 of 1) sorted by relevance
/tools/external_updater/ |
D | external_updater.py | 41 def color_string(string, color): function 70 print('{} {}.'.format(color_string('Invalid metadata file:', 'ERROR'), 77 print(color_string('No supported URL.', 'ERROR')) 108 print(color_string(' Out of date!', 'STALE')) 110 print(color_string(' Up to date.', 'FRESH')) 113 print('{} {}.'.format(color_string('Failed.', 'ERROR'), 118 print('{}\n{}'.format(msg, color_string('Failed.', 'ERROR'))) 176 color_string(
|