1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Add support for kernel gpio interface (#202)

* Add support for kernel gpio interface

* Update addon.py

* fix git python module change

* Update git.py
This commit is contained in:
Pascal Vizeli
2017-09-29 21:42:33 +02:00
committed by GitHub
parent c02f6913b3
commit 40324beb72
7 changed files with 24 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ class GitRepo(object):
None, self.repo.remotes.origin.pull)
except (git.InvalidGitRepositoryError, git.NoSuchPathError,
git.exc.GitCommandError) as err:
git.GitCommandError) as err:
_LOGGER.error("Can't pull %s repo: %s.", self.url, err)
return False