[DEBUG] error in heriage
This commit is contained in:
parent
c31aad7e01
commit
6a6961fb3d
@ -93,6 +93,7 @@ class HeritageList:
|
|||||||
debug.extreme_verbose(" add: " + str(herit.name))
|
debug.extreme_verbose(" add: " + str(herit.name))
|
||||||
listHeritage.remove(herit)
|
listHeritage.remove(herit)
|
||||||
self.list_heritage.append(copy.deepcopy(herit))
|
self.list_heritage.append(copy.deepcopy(herit))
|
||||||
|
# check if nothing is include in heritage...
|
||||||
if currentHeritageSize == len(listHeritage):
|
if currentHeritageSize == len(listHeritage):
|
||||||
debug.warning("Not resolve dependency between the library ==> can be a cyclic dependency !!!")
|
debug.warning("Not resolve dependency between the library ==> can be a cyclic dependency !!!")
|
||||||
for herit in listHeritage:
|
for herit in listHeritage:
|
||||||
|
@ -855,7 +855,7 @@ class Target:
|
|||||||
pass;
|
pass;
|
||||||
else:
|
else:
|
||||||
if len(action_list) == 1 and len(list_of_all_element) == 1:
|
if len(action_list) == 1 and len(list_of_all_element) == 1:
|
||||||
return [None, False, global_run_error];
|
return ret;
|
||||||
# end of all element processing...
|
# end of all element processing...
|
||||||
return [None, False, global_run_error];
|
return [None, False, global_run_error];
|
||||||
##
|
##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user