Thanks to visit codestin.com Credit goes to github.com
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 670cee4 commit 1755b15Copy full SHA for 1755b15
scripts/generate_templates.sh
@@ -22,7 +22,9 @@ cd $(dirname $0)/../cpython/Doc/locales
22
# Useful if setup.sh was not ran
23
if [ ${PYDOC_VERSION} = '3.7' ] && [ ! -f ../../114553.patch ]; then
24
curl -L https://github.com/python/cpython/pull/114553.patch -o ../../114553.patch
25
- git am ../../114553.patch
+ git apply ../../114553.patch
26
+ cat ../../114553.patch
27
+ sleep 1
28
fi
29
30
# Generate message catalog template (.pot) files
0 commit comments