mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Daemon handling cleanup.
More cleanly handling whether a PID file should be checked. Fatal Error on PID file IOError. Pylint fix to bootstrap.
This commit is contained in:
@@ -149,7 +149,7 @@ def mount_local_lib_path(config_dir):
|
||||
sys.path.insert(0, os.path.join(config_dir, 'lib'))
|
||||
|
||||
|
||||
# pylint: disable=too-many-branches, too-many-statements
|
||||
# pylint: disable=too-many-branches, too-many-statements, too-many-arguments
|
||||
def from_config_dict(config, hass=None, config_dir=None, enable_log=True,
|
||||
verbose=False, daemon=False):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user