1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00

let it get overwritten

This commit is contained in:
Jon Maddox 2015-09-15 02:50:15 -04:00
parent 5cbcd72912
commit 37cd62447e

View File

@ -182,9 +182,6 @@ def install_osx():
path = os.path.expanduser("~/Library/LaunchAgents/org.homeassistant.plist")
if os.path.isfile(path):
os.remove(path)
with codecs.open(path, 'w', 'utf-8') as outp:
outp.write(plist)