Skip to content

Commit 748ce36

Browse files
committed
Fix exception handling
1 parent bb8712c commit 748ce36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bpython/pager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def page(data: str, use_internal: bool = False) -> None:
6363
# pager command not found, fall back to internal pager
6464
page_internal(data)
6565
return
66-
except OSError as e:
6766
if e.errno != errno.EPIPE:
6867
raise
6968
while True:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy