From 7037b9dffdba8b027284210f11e837723885f68c Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Thu, 25 Apr 2024 15:05:31 -0500 Subject: [PATCH] bug fixes --- cms/engine/basic.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cms/engine/basic.py b/cms/engine/basic.py index eb1a605..f1b4877 100644 --- a/cms/engine/basic.py +++ b/cms/engine/basic.py @@ -255,9 +255,8 @@ class Initializer : _callerContext = self._caller.system()['context'] if not self._config['system']['context'] : self._config['system']['context'] = _callerContext - # self._config['system']['context'] = _callerContext - # self._config['system']['caller'] = {'icon':f'caller/main/' + self._caller.system()['icon']} self._config['system']['caller'] = {'icon': 'caller/main/'+self._caller.system()['icon'].replace(_callerContext,'')} + _context = _callerContext if os.path.exists(_newpath) and not self._ISCLOUD: