mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[doc] explicit comment
This commit is contained in:
parent
1c8f387bae
commit
be9b9c9b43
1 changed files with 2 additions and 1 deletions
|
@ -609,7 +609,8 @@ class ActionsMap(object):
|
||||||
_add_arguments(GLOBAL_SECTION, top_parser.add_global_parser(),
|
_add_arguments(GLOBAL_SECTION, top_parser.add_global_parser(),
|
||||||
_global['arguments'])
|
_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():
|
for category_name, category_values in actionsmap.items():
|
||||||
if "actions" not in category_values:
|
if "actions" not in category_values:
|
||||||
# Invalid category without actions
|
# Invalid category without actions
|
||||||
|
|
Loading…
Add table
Reference in a new issue