From fa3d711519eb2ab6e4205ea351d54ef908171297 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 23 Nov 2008 05:47:57 +0000 Subject: Bug #247548 - Remove 'last' and 'lfull' commands since nobody uses them. Thanks to Alec Warner . svn path=/main/trunk/; revision=12049 --- pym/repoman/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/repoman/utilities.py b/pym/repoman/utilities.py index cee52186e..6003deeac 100644 --- a/pym/repoman/utilities.py +++ b/pym/repoman/utilities.py @@ -211,7 +211,7 @@ def format_qa_output(formatter, stats, fails, dofull, dofail, options, qawarning Returns: None (modifies formatter) """ - full = options.mode in ("full", "lfull") + full = options.mode == 'full' # we only want key value pairs where value > 0 for category, number in \ itertools.ifilter(lambda myitem: myitem[1] > 0, stats.iteritems()): -- cgit v1.2.3-1-g7c22