From a1395bdec6f62e9e2f6e42ead10beb323ebe01ca Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 23 Jul 2017 03:46:56 +0200 Subject: [PATCH] [doc] add a comment from the docstring --- moulinette/actionsmap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/moulinette/actionsmap.py b/moulinette/actionsmap.py index b0bb6f47..9090e862 100644 --- a/moulinette/actionsmap.py +++ b/moulinette/actionsmap.py @@ -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(),