Merge pull request #2583 from home-assistant/hotfix-24-1

Hotfix 24 1
This commit is contained in:
Paulus Schoutsen 2016-07-20 22:45:03 -07:00 committed by GitHub
commit a764683f3a
3 changed files with 2 additions and 4 deletions

@ -1 +1 @@
Subproject commit 5e7f2fdbe849c43ba1c7dd647e5f948894c3118e
Subproject commit 718384f22aa0a689190a4d3f41b5e9ed091c80a3

View file

@ -1,7 +1,7 @@
# coding: utf-8
"""Constants used by Home Assistant components."""
__version__ = "0.24.0"
__version__ = "0.24.1"
REQUIRED_PYTHON_VER = (3, 4)
PLATFORM_FORMAT = '{}.{}'

View file

@ -83,8 +83,6 @@ def run(args):
print(('Fatal Error: Specified configuration directory does '
'not exist {} ').format(config_dir))
return 1
else:
config_dir = config_util.get_default_config_dir()
src_db = '{}/home-assistant.db'.format(config_dir)
dst_db = '{}/home-assistant_v2.db'.format(config_dir)