Commit 15c89d87 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Merge pull request #99 from mruwek/column-ui-colors

Temporarily disable color output in column-ui's console
parents 4075db7f b649eeda
......@@ -70,6 +70,8 @@ class UIApplication(CLIApplicationBase):
def __init__(self):
super().__init__()
config(p_overrides={('topydo', 'colors'): '0'}) # disable color in output
self.todofile = TodoFile.TodoFile(config().todotxt())
self.todolist = TodoList.TodoList(self.todofile.read())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment