mirror of
https://github.com/home-assistant/core.git
synced 2025-08-15 18:41:44 +02:00
dupe
This commit is contained in:
@@ -175,8 +175,6 @@ def install_osx():
|
|||||||
with open(template_path, 'r', encoding='utf-8') as inp:
|
with open(template_path, 'r', encoding='utf-8') as inp:
|
||||||
plist = inp.read()
|
plist = inp.read()
|
||||||
|
|
||||||
plist = codecs.open(template_path, 'r', 'utf-8')
|
|
||||||
|
|
||||||
plist = plist.read()
|
plist = plist.read()
|
||||||
|
|
||||||
plist = plist.replace("$HASS_PATH$", hass_path)
|
plist = plist.replace("$HASS_PATH$", hass_path)
|
||||||
|
Reference in New Issue
Block a user