Revert part of last fix, since it broke pipe detectionand caused a traceback
authorfuzzyray <fuzzyray@gentoo.org>
Thu, 17 Dec 2009 22:08:34 +0000 (22:08 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Thu, 17 Dec 2009 22:08:34 +0000 (22:08 -0000)
svn path=/trunk/gentoolkit/; revision=728

pym/gentoolkit/equery/__init__.py

index 1d34a65d7a6094199e6a581f17f44c2e690b695c..84e8ced75495acc74d8a2827e264633681530ead 100644 (file)
@@ -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"""