mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-12 00:44:00 +00:00
more logs
This commit is contained in:
@@ -157,6 +157,8 @@ class Options(AttrMonitor):
|
|||||||
# selected profile
|
# selected profile
|
||||||
self.profile = self.args['--profile']
|
self.profile = self.args['--profile']
|
||||||
self.confpath = self._get_config_path()
|
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:
|
if not self.confpath:
|
||||||
raise YamlException('no config file found')
|
raise YamlException('no config file found')
|
||||||
if not os.path.exists(self.confpath):
|
if not os.path.exists(self.confpath):
|
||||||
|
|||||||
Reference in New Issue
Block a user