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)