mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
dupe
This commit is contained in:
parent
8bba0b88fd
commit
5cbcd72912
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user