Add missing config file load cache line
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -72,6 +72,7 @@ class SettingNamespaceSingleton(object):
|
||||
)
|
||||
|
||||
file_data = self.load_config_file(filepath=filepath)
|
||||
self._cache_file_data = file_data
|
||||
|
||||
try:
|
||||
return file_data[name]
|
||||
|
||||
Reference in New Issue
Block a user