Indentation

This commit is contained in:
Tom Duijf 2015-10-26 00:13:47 +00:00
parent 52193611cd
commit 9104ca815d

View File

@ -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):