1
0
Fork 0
mirror of https://github.com/matomo-org/matomo-icons.git synced 2024-09-19 17:03:45 +02:00

fix error colors

This commit is contained in:
Lukas Winkler 2017-11-23 19:05:39 +01:00
parent 4be26633c7
commit 8eab51d59a

View file

@ -59,11 +59,11 @@ socialsEnginesFile = "vendor/piwik/searchengine-and-social-list/Socials.yml"
def print_warning(string):
print("\033[93m⚠ " + string + "\033[0m")
print("\033[33m⚠\033[0m " + string)
def print_error(string):
print("\033[91m⚠ " + string + "\033[0m")
print("\033[31m⚠ " + string + "\033[0m")
def load_yaml(file):