Skip to content

Commit

Permalink
Temporarily set LANG to en code to avoid RuntimeError
Browse files Browse the repository at this point in the history
Closes #7173
  • Loading branch information
sio13 committed Jun 22, 2021
1 parent 456c520 commit 38c148b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export.sh
Expand Up @@ -156,7 +156,7 @@ enable_autocomplete() {
eval "$(env _IDF.PY_COMPLETE=$SOURCE_ZSH idf.py)" || echo "WARNING: Failed to load shell autocompletion for zsh version: $ZSH_VERSION!"
elif [ -n "${BASH_SOURCE-}" ]
then
eval "$(env _IDF.PY_COMPLETE=$SOURCE_BASH idf.py)" || echo "WARNING: Failed to load shell autocompletion for bash version: $BASH_VERSION!"
eval "$(env LANG=en _IDF.PY_COMPLETE=$SOURCE_BASH idf.py)" || echo "WARNING: Failed to load shell autocompletion for bash version: $BASH_VERSION!"
fi

unset SOURCE_ZSH
Expand Down

0 comments on commit 38c148b

Please sign in to comment.