1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 14:48:18 +00:00

Cleanup git auto-update

This commit is contained in:
Otto Winter 2018-11-15 10:13:32 +01:00
parent 613aa393b7
commit 54be086223

View File

@ -239,10 +239,7 @@ def update_esphomelib_repo(config):
if rc != 0:
_LOGGER.warn("Couldn't auto-update local git copy of esphomelib.")
return
stdout = stdout.strip()
if 'Already up to date' in stdout:
return
safe_print(stdout)
safe_print(stdout.strip())
def to_code(config):