Explorar o código

#8600: Added UTF-8 encoding parameter to create process

Devansh Goenka %!s(int64=4) %!d(string=hai) anos
pai
achega
ac62b77ca8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      jupyterlab/commands.py

+ 1 - 0
jupyterlab/commands.py

@@ -87,6 +87,7 @@ class ProgressProcess(Process):
             stderr=subprocess.STDOUT,
             stdout=subprocess.PIPE,
             universal_newlines=True,
+            encoding='utf-8',
         )
         self._kill_event = kill_event or Event()