[doc] explicit comment

This commit is contained in:
Laurent Peuch 2017-07-23 03:16:57 +02:00
parent 1c8f387bae
commit be9b9c9b43

View file

@ -609,7 +609,8 @@ class ActionsMap(object):
_add_arguments(GLOBAL_SECTION, top_parser.add_global_parser(),
_global['arguments'])
# -- Parse categories
# category_name is stuff like "user", "domain", "hooks"...
# category_values is the values of this category (like actions)
for category_name, category_values in actionsmap.items():
if "actions" not in category_values:
# Invalid category without actions