mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 22:48:10 +01:00
Cleanup git auto-update
This commit is contained in:
parent
f394968bd0
commit
f88cf99b67
1 changed files with 1 additions and 4 deletions
|
@ -239,10 +239,7 @@ def update_esphomelib_repo(config):
|
||||||
if rc != 0:
|
if rc != 0:
|
||||||
_LOGGER.warn("Couldn't auto-update local git copy of esphomelib.")
|
_LOGGER.warn("Couldn't auto-update local git copy of esphomelib.")
|
||||||
return
|
return
|
||||||
stdout = stdout.strip()
|
safe_print(stdout.strip())
|
||||||
if 'Already up to date' in stdout:
|
|
||||||
return
|
|
||||||
safe_print(stdout)
|
|
||||||
|
|
||||||
|
|
||||||
def to_code(config):
|
def to_code(config):
|
||||||
|
|
Loading…
Reference in a new issue