mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[test] Fix Python3
This commit is contained in:
parent
f7a08cd41d
commit
64e41d2c89
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import sys, os, subprocess
|
|||
|
||||
def cmd(command):
|
||||
global process
|
||||
process.stdin.write (' '.join (command) + '\n')
|
||||
process.stdin.write ((' '.join (command) + '\n').encode ("utf-8"))
|
||||
process.stdin.flush ()
|
||||
return process.stdout.readline().decode ("utf-8").strip ()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue