summarylogtreecommitdiffstats
path: root/python-colored.patch
diff options
context:
space:
mode:
authorFilipe Nascimento2023-08-14 18:40:46 -0300
committerFilipe Nascimento2023-08-14 18:40:46 -0300
commitb6759be245b72c6912d99a296edece2590afad6d (patch)
tree918bf7783bde66c8a50c1b027ca65a7dbded72a9 /python-colored.patch
parent4867cba2a6dbda875c8c71d2579b0730ea3afaa6 (diff)
downloadaur-kb.tar.gz
upgpkg: kb 0.1.7-2
add python-colored patch
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()