Correct configuration file tagging section name

This commit is contained in:
Lauri Võsandi 2017-03-26 10:12:08 +00:00
parent f806545bee
commit 32356013fd
1 changed files with 1 additions and 1 deletions

View File

@ -88,6 +88,6 @@ elif "ldap" == AUTHORIZATION_BACKEND:
else:
raise NotImplementedError("Unknown authorization backend '%s'" % AUTHORIZATION_BACKEND)
TAG_TYPES = [j.split("/", 1) + [cp.get("tag types", j)] for j in cp.options("tag types")]
TAG_TYPES = [j.split("/", 1) + [cp.get("tagging", j)] for j in cp.options("tagging")]
# TODO: Check if we don't have base or servers