From a77e5086c73265171363b1389c61c6ee8c4ac520 Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Thu, 17 Dec 2009 22:08:34 +0000 Subject: [PATCH] Revert part of last fix, since it broke pipe detectionand caused a traceback svn path=/trunk/gentoolkit/; revision=728 --- pym/gentoolkit/equery/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pym/gentoolkit/equery/__init__.py b/pym/gentoolkit/equery/__init__.py index 1d34a65..84e8ced 100644 --- a/pym/gentoolkit/equery/__init__.py +++ b/pym/gentoolkit/equery/__init__.py @@ -216,6 +216,8 @@ def initialize_configuration(): os.getenv("NOCOLOR") in ("yes", "true")) or CONFIG['color'] == 0): pp.output.nocolor() + CONFIG['verbose'] = not CONFIG['piping'] + def main_usage(): """Return the main usage message for equery""" -- 2.26.2