bug fix ....

pull/17/head
Steve Nyemba 2 months ago
parent ff3132b513
commit 034646394b

@ -140,8 +140,9 @@ class Initializer :
if 'key' in _source :
#
_path = _source['key']
if 'location' in self._config['layout'] :
if 'location' in self._config['layout'] and not os.path.exists(_path):
_path = os.sep.join([self._config['layout']['location'],_path])
if os.path.exists(_path) :
f = open(_path)
_source['key'] = f.read()

Loading…
Cancel
Save