Quellcode durchsuchen

Added the "base_path" setting to the mandatory list

Roland Haroutiounian vor 9 Jahren
Ursprung
Commit
8971cff64e
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      Lodel/settings_format.py

+ 1
- 0
Lodel/settings_format.py Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern