We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e2b60 commit 55382bfCopy full SHA for 55382bf
1 file changed
bpython/pager.py
@@ -59,6 +59,7 @@ def page(data, use_internal=False):
59
# pager command not found, fall back to internal pager
60
page_internal(data)
61
return
62
+ except IOError, e:
63
if e.errno != errno.EPIPE:
64
raise
65
while True:
0 commit comments