[mod] this is always true

This commit is contained in:
Laurent Peuch 2017-07-23 03:40:37 +02:00
parent 681bba9ee1
commit 390b1ec17a

View file

@ -609,9 +609,8 @@ class ActionsMap(object):
# -- Parse global arguments
if 'arguments' in _global:
if hasattr(top_parser, "add_global_parser"):
_add_arguments(GLOBAL_SECTION, top_parser.add_global_parser(),
_global['arguments'])
_add_arguments(GLOBAL_SECTION, top_parser.add_global_parser(),
_global['arguments'])
# category_name is stuff like "user", "domain", "hooks"...
# category_values is the values of this category (like actions)