mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
made error color red from bright red
This commit is contained in:
@@ -137,6 +137,6 @@ class Display:
|
||||
wrapped = textwrap.wrap(new_msg, 79)
|
||||
new_msg = "\n".join(wrapped) + "\n"
|
||||
if new_msg not in self._errors:
|
||||
self.display(new_msg, color='bright red', stderr=True)
|
||||
self.display(new_msg, color='red', stderr=True)
|
||||
self._errors[new_msg] = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user