[DEV] correct the sync error

This commit is contained in:
Edouard DUPIN 2017-04-20 21:55:30 +02:00
parent e1a8280e01
commit e3a8d32557

View File

@ -281,7 +281,7 @@ class Manifest():
upper_remotes_forward.append(remote)
# add all include project
for elem in self.includes:
list_project = elem["manifest"].get_all_configs(tmp_default, upper_remotes_forward)
list_project = elem["manifest"].get_all_configs(default, upper_remotes_forward)
for elem_proj in list_project:
out.append(elem_proj)
return out