Skip to content

Commit 73dd4b1

Browse files
committed
more logs
1 parent 5f42c63 commit 73dd4b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotdrop/options.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ def __init__(self, args=None):
157157
# selected profile
158158
self.profile = self.args['--profile']
159159
self.confpath = self._get_config_path()
160+
self.confpath = os.path.abspath(self.confpath)
161+
self.log.dbg(f'config abs path: {self.confpath}')
160162
if not self.confpath:
161163
raise YamlException('no config file found')
162164
if not os.path.exists(self.confpath):

0 commit comments

Comments
 (0)