diff --git a/britney.py b/britney.py index a9dceb1..bcfffff 100644 --- a/britney.py +++ b/britney.py @@ -2342,7 +2342,7 @@ class Britney: self.output_write(self.eval_uninst(self.newlyuninst(nuninst_start, nuninst_end)) + "\n") self.output_write("SUCCESS (%d/%d)\n" % (len(actions or self.upgrade_me), len(extra))) self.nuninst_orig = nuninst_end - if not actions: + if not actions and not earlyabort: self.upgrade_me = sorted(extra) if not self.options.compatible: self.sort_actions()