Show More
@@ -49,6 +49,7 b' def _sanitize_settings_and_apply_default' | |||
|
49 | 49 | _bool_setting(settings, config_keys.list_parent_path, 'true') |
|
50 | 50 | _string_setting(settings, config_keys.config_file_path, '', lower=False) |
|
51 | 51 | _string_setting(settings, config_keys.location_root, '/', lower=False) |
|
52 | _string_setting(settings, config_keys.reload_command, '', lower=False) | |
|
52 | 53 | |
|
53 | 54 | # Append path separator to location root. |
|
54 | 55 | settings[config_keys.location_root] = _append_path_sep( |
General Comments 0
You need to be logged in to leave comments.
Login now