We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8838e31 commit 8a94f5bCopy full SHA for 8a94f5b
scripts/update_api.sh
@@ -6,7 +6,7 @@ function update_api {
6
generate_script="$2"
7
git checkout HEAD -- "$file_name"
8
9
- if python "$generate_script" > .x; then
+ if PYTHONIOENCODING=utf-8 python "$generate_script" > .x; then
10
mv .x "$file_name"
11
pre-commit run --files $file_name
12
echo "Regenerated APIs"
0 commit comments