Browse Source

Added the "base_path" setting to the mandatory list

Roland Haroutiounian 8 years ago
parent
commit
8971cff64e
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Lodel/settings_format.py

+ 1
- 0
Lodel/settings_format.py View File

@@ -13,6 +13,7 @@ MANDATORY = [
13 13
     'datasource',
14 14
     'mh_classname',
15 15
     'migration_options',
16
+    'base_path'
16 17
 ]
17 18
 
18 19
 ## @brief List allowed (but not mandatory) configurations keys

Loading…
Cancel
Save