From: fuzzyray Date: Thu, 17 Dec 2009 22:08:34 +0000 (-0000) Subject: Revert part of last fix, since it broke pipe detectionand caused a traceback X-Git-Tag: gentoolkit-0.3.0_rc10~25 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a77e5086c73265171363b1389c61c6ee8c4ac520;p=gentoolkit.git Revert part of last fix, since it broke pipe detectionand caused a traceback svn path=/trunk/gentoolkit/; revision=728 --- 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"""