libgithub fix

This commit is contained in:
Alexander van Gessel 2012-07-18 22:56:46 +01:00
parent dcfe147768
commit 63ce3d2bb4

View file

@ -343,7 +343,7 @@ class GitHub(object):
"""
changed = False
github_list = self._github_repos_list()
local_list = self._get_local_addons
local_list = self._get_local_addons()
for repo in github_list:
if repo[0] not in local_list:
self._clone(repo[0], repo[1])