mirror of
https://github.com/esphome/esphome.git
synced 2025-01-18 12:05:41 +00:00
Use abspath for config path
This commit is contained in:
parent
f319472066
commit
4ec88fe9ac
@ -582,7 +582,7 @@ class EsphomeCore:
|
||||
|
||||
@property
|
||||
def config_dir(self):
|
||||
return os.path.dirname(self.config_path)
|
||||
return os.path.dirname(os.path.abspath(self.config_path))
|
||||
|
||||
@property
|
||||
def data_dir(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user