mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
build.py: Beautify build.py error message
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
5bec55b6f7
commit
f3385a6e76
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ def calculate_order(order, modules, prereq_type):
|
|||
break
|
||||
else:
|
||||
print all_deps
|
||||
raise Exception("fatal: all of these modules have at least one unresolvable dependency")
|
||||
raise Exception("fatal: the dependencies between these modules are unresolvable")
|
||||
order.append(d)
|
||||
all_deps.remove(d)
|
||||
for k in dep_tree.keys():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue