From be9b9c9b4302d5bf2860a65b848eff6ba658ee0b Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 23 Jul 2017 03:16:57 +0200 Subject: [PATCH] [doc] explicit comment --- moulinette/actionsmap.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/moulinette/actionsmap.py b/moulinette/actionsmap.py index 714a839c..7840c1fd 100644 --- a/moulinette/actionsmap.py +++ b/moulinette/actionsmap.py @@ -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