summarylogtreecommitdiffstats
path: root/python-colored.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python-colored.patch')
-rw-r--r--python-colored.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/python-colored.patch b/python-colored.patch
new file mode 100644
index 000000000000..b2546cd3fa6c
--- /dev/null
+++ b/python-colored.patch
@@ -0,0 +1,11 @@
+diff --git a/kb/printer/style.py b/kb/printer/style.py
+index e0fd752..2bc7bf5 100644
+--- a/kb/printer/style.py
++++ b/kb/printer/style.py
+@@ -17,5 +17,5 @@ from kb.entities.artifact import Artifact
+
+ ALT_BGROUND = styler.set_bg('#303030')
+ BOLD = styler.set_style('bold')
+-UND = styler.set_style('underlined')
++UND = styler.set_style('underline')
+ RESET = styler.reset()