Skip to content

Commit

Permalink
core: rename templates_dir var
Browse files Browse the repository at this point in the history
  • Loading branch information
Morg42 committed Jul 26, 2024
1 parent 7e46c15 commit bafb713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smarthome.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ def initialize_dir_vars(self):
self._lib_dir = os.path.join(self._base_dir, DIR_LIB)
self._plugins_dir = os.path.join(self._base_dir, DIR_PLUGINS)
self._modules_dir = os.path.join(self._base_dir, DIR_MODULES)
self._templates_dir = os.path.join(self._base_dir, DIR_TPL)

# env and var dirs
self._env_dir = os.path.join(self._lib_dir, DIR_ENV + os.path.sep)
self._template_dir = os.path.join(self._base_dir, DIR_TPL)
self._cache_dir = os.path.join(self._var_dir, DIR_CACHE + os.path.sep)

# user config dirs
Expand Down

0 comments on commit bafb713

Please sign in to comment.