From e6d3628aeffb52ce858eb954a86dae5f5f654513 Mon Sep 17 00:00:00 2001 From: Fabio Tranchitella Date: Wed, 23 Aug 2006 13:04:47 +0000 Subject: [PATCH] Fixed a stupid bug in the hinting code. --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()