We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae32ab commit 513663fCopy full SHA for 513663f
pdf_tools/build_exe.py
@@ -6,6 +6,7 @@
6
import subprocess
7
import sys
8
import shutil
9
+import io
10
11
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding='utf-8')
12
0 commit comments