From 8971cff64ee7e5c7e0ee3722f7a6ba77b40e6e70 Mon Sep 17 00:00:00 2001 From: Roland Haroutiounian Date: Wed, 13 Jan 2016 15:57:36 +0100 Subject: [PATCH] Added the "base_path" setting to the mandatory list --- Lodel/settings_format.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lodel/settings_format.py b/Lodel/settings_format.py index 99c9cb1..a0ed30b 100644 --- a/Lodel/settings_format.py +++ b/Lodel/settings_format.py @@ -13,6 +13,7 @@ MANDATORY = [ 'datasource', 'mh_classname', 'migration_options', + 'base_path' ] ## @brief List allowed (but not mandatory) configurations keys