1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

more logs

This commit is contained in:
deadc0de6
2023-02-28 09:59:51 +01:00
committed by deadc0de
parent 5f42c6370b
commit 73dd4b1549

View File

@@ -157,6 +157,8 @@ class Options(AttrMonitor):
# selected profile
self.profile = self.args['--profile']
self.confpath = self._get_config_path()
self.confpath = os.path.abspath(self.confpath)
self.log.dbg(f'config abs path: {self.confpath}')
if not self.confpath:
raise YamlException('no config file found')
if not os.path.exists(self.confpath):