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 f1366f8 commit 670cee4Copy full SHA for 670cee4
scripts/generate_templates.sh
@@ -22,7 +22,7 @@ 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 apply ../../114553.patch
+ git am ../../114553.patch
26
fi
27
28
# Generate message catalog template (.pot) files
0 commit comments