1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Speed up tests

This commit is contained in:
Paulus Schoutsen
2015-09-01 00:18:26 -07:00
parent a34b00bc9c
commit 58afbecd05
21 changed files with 98 additions and 82 deletions

View File

@@ -54,7 +54,7 @@ def ensure_config_exists(config_dir, detect_location=True):
config_path = find_config_file(config_dir)
if config_path is None:
print("Unable to find configuration. Creating default one at",
print("Unable to find configuration. Creating default one in",
config_dir)
config_path = create_default_config(config_dir, detect_location)