[equo] fix deptest output if all deps are satisfied
This commit is contained in:
@@ -1973,7 +1973,7 @@ def dependencies_test():
|
||||
for x in crying_atoms[atom]:
|
||||
print_info(blue(" # ")+darkgreen(x))
|
||||
|
||||
if (etpUi['ask']):
|
||||
if etpUi['ask']:
|
||||
rc = E_CLIENT.ask_question(" %s" % (_("Would you like to install the available packages ?"),) )
|
||||
if rc == _("No"):
|
||||
return 0, 0
|
||||
@@ -1989,6 +1989,9 @@ def dependencies_test():
|
||||
|
||||
install_packages(list(found_deps))
|
||||
|
||||
else:
|
||||
print_generic("") # make sure to get back
|
||||
|
||||
return 0, 0
|
||||
|
||||
def libraries_test(listfiles = False, dump = False):
|
||||
|
||||
Reference in New Issue
Block a user