We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f42c63 commit 73dd4b1Copy full SHA for 73dd4b1
dotdrop/options.py
@@ -157,6 +157,8 @@ def __init__(self, args=None):
157
# selected profile
158
self.profile = self.args['--profile']
159
self.confpath = self._get_config_path()
160
+ self.confpath = os.path.abspath(self.confpath)
161
+ self.log.dbg(f'config abs path: {self.confpath}')
162
if not self.confpath:
163
raise YamlException('no config file found')
164
if not os.path.exists(self.confpath):
0 commit comments