Skip to content

Commit 24b082f

Browse files
mhsmithAA-Turner
andcommitted
Prefer 'encoding' to 'text'
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 6156255 commit 24b082f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android/android.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def android_env(host):
110110
f"PREFIX={prefix}; "
111111
f". {env_script}; "
112112
f"export",
113-
check=True, shell=True, capture_output=True, text=True,
113+
check=True, shell=True, capture_output=True, encoding='utf-8',
114114
).stdout
115115

116116
env = {}

0 commit comments

Comments
 (0)