We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e982e1 commit 6c2987dCopy full SHA for 6c2987d
pandas/io/formats/console.py
@@ -21,7 +21,7 @@ def detect_console_encoding():
21
encoding = None
22
try:
23
encoding = sys.stdout.encoding or sys.stdin.encoding
24
- except AttributeError:
+ except Exception:
25
pass
26
27
# try again for something better
0 commit comments