mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Indentation
This commit is contained in:
parent
52193611cd
commit
9104ca815d
@ -44,7 +44,7 @@ def setup(hass, config):
|
|||||||
|
|
||||||
# If path is relative, we assume relative to HASS config dir
|
# If path is relative, we assume relative to HASS config dir
|
||||||
if not os.path.isabs(download_path):
|
if not os.path.isabs(download_path):
|
||||||
download_path = hass.config.path(download_path)
|
download_path = hass.config.path(download_path)
|
||||||
|
|
||||||
if not os.path.isdir(download_path):
|
if not os.path.isdir(download_path):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user