Commit b1f6a320 authored by Bram Schoenmakers's avatar Bram Schoenmakers
parent ae7dbd1f
......@@ -196,6 +196,7 @@ class _Config:
def hidden_tags(self):
""" Returns a list of tags to be hidden from the 'ls' output. """
hidden_tags = self.cp.get('ls', 'hide_tags')
# pylint: disable=no-member
return [] if hidden_tags == '' else hidden_tags.split(',')
def priority_colors(self):
......
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