mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Use abspath for config path dir (#8044)
This commit is contained in:
		| @@ -582,7 +582,7 @@ class EsphomeCore: | |||||||
|  |  | ||||||
|     @property |     @property | ||||||
|     def config_dir(self): |     def config_dir(self): | ||||||
|         return os.path.dirname(self.config_path) |         return os.path.dirname(os.path.abspath(self.config_path)) | ||||||
|  |  | ||||||
|     @property |     @property | ||||||
|     def data_dir(self): |     def data_dir(self): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user