mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[mod] this is always true
This commit is contained in:
parent
681bba9ee1
commit
390b1ec17a
1 changed files with 2 additions and 3 deletions
|
@ -609,9 +609,8 @@ class ActionsMap(object):
|
||||||
|
|
||||||
# -- Parse global arguments
|
# -- Parse global arguments
|
||||||
if 'arguments' in _global:
|
if 'arguments' in _global:
|
||||||
if hasattr(top_parser, "add_global_parser"):
|
_add_arguments(GLOBAL_SECTION, top_parser.add_global_parser(),
|
||||||
_add_arguments(GLOBAL_SECTION, top_parser.add_global_parser(),
|
_global['arguments'])
|
||||||
_global['arguments'])
|
|
||||||
|
|
||||||
# category_name is stuff like "user", "domain", "hooks"...
|
# category_name is stuff like "user", "domain", "hooks"...
|
||||||
# category_values is the values of this category (like actions)
|
# category_values is the values of this category (like actions)
|
||||||
|
|
Loading…
Add table
Reference in a new issue