[DEV] correct the sync error
This commit is contained in:
parent
e1a8280e01
commit
e3a8d32557
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user