[doc] add a comment from the docstring

This commit is contained in:
Laurent Peuch 2017-07-23 03:46:56 +02:00
parent 477d3721d1
commit a1395bdec6

View file

@ -603,6 +603,7 @@ class ActionsMap(object):
# Retrieve global parameters
_global = actionsmap.pop('_global', {})
# Set the global configuration to use for the parser.
top_parser.set_global_conf(_global['configuration'])
_add_arguments(GLOBAL_SECTION, top_parser.add_global_parser(),