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.
console_encoding
1 parent 5c67a29 commit ace1b14Copy full SHA for ace1b14
src/libvcs/_internal/run.py
@@ -20,7 +20,7 @@
20
21
logger = logging.getLogger(__name__)
22
23
-console_encoding = sys.__stdout__.encoding
+console_encoding = sys.stdout.encoding
24
25
26
def console_to_str(s: bytes) -> str:
0 commit comments