summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-12-17 22:08:34 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-12-17 22:08:34 +0000
commita77e5086c73265171363b1389c61c6ee8c4ac520 (patch)
tree5216e93da207a43feac19f12a3f40bc57ed0e2dd
parent231f56f91774bbfa60a8bd8e64ef9266da681db3 (diff)
downloadgentoolkit-a77e5086c73265171363b1389c61c6ee8c4ac520.tar.gz
Revert part of last fix, since it broke pipe detectionand caused a traceback
svn path=/trunk/gentoolkit/; revision=728
-rw-r--r--pym/gentoolkit/equery/__init__.py2
1 files changed, 2 insertions, 0 deletions
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"""