projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
231f56f
)
Revert part of last fix, since it broke pipe detectionand caused a traceback
author
fuzzyray
<fuzzyray@gentoo.org>
Thu, 17 Dec 2009 22:08:34 +0000
(22:08 -0000)
committer
fuzzyray
<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
patch
|
blob
|
history
diff --git
a/pym/gentoolkit/equery/__init__.py
b/pym/gentoolkit/equery/__init__.py
index 1d34a65d7a6094199e6a581f17f44c2e690b695c..84e8ced75495acc74d8a2827e264633681530ead 100644
(file)
--- 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"""