[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,7 +609,6 @@ 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'])