Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6a445e6

Browse files
mhsmithAA-Turner
andauthored
Prefer 'encoding' to 'text'
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent71cccb3 commit6a445e6

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)

[8]ページ先頭

©2009-2025 Movatter.jp