diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2009-12-17 22:08:34 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2009-12-17 22:08:34 +0000 |
| commit | a77e5086c73265171363b1389c61c6ee8c4ac520 (patch) | |
| tree | 5216e93da207a43feac19f12a3f40bc57ed0e2dd | |
| parent | 231f56f91774bbfa60a8bd8e64ef9266da681db3 (diff) | |
| download | gentoolkit-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__.py | 2 |
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""" |
