Name unnamed category groups
Categories without group will now be assigned a No group category instead of staying blank.
This commit is contained in:
parent
42ab10fd90
commit
f811b5c711
@ -24,7 +24,7 @@ Options = namedtuple(
|
||||
"vacations",
|
||||
"timedelta",
|
||||
],
|
||||
defaults=["", [], [], [], [], "", [], 4],
|
||||
defaults=["No group", [], [], [], [], "", [], 4],
|
||||
)
|
||||
|
||||
cfg = yaml.safe_load(open("categories.yaml"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user