]> granicus.if.org Git - python/commit
When piping output into a pager like "less", quiting the pager before
authorFred Drake <fdrake@acm.org>
Thu, 14 Aug 2003 15:52:33 +0000 (15:52 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 14 Aug 2003 15:52:33 +0000 (15:52 +0000)
commit7d599482f29ae45c27735b21fab3c7e8db20e87a
tree1fad86ee8a48276289d5c8ceba2ee98380344b51
parentb785518d051dab322feafaed0fc79d7218ce6cb0
When piping output into a pager like "less", quiting the pager before
the output was consumed would cause and exception to be raise in
logmerge; suppress this specific error, because it's not helpful.
Tools/scripts/logmerge.py