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 5a1aa4d commit f1366f8Copy full SHA for f1366f8
scripts/generate_templates.sh
@@ -20,7 +20,7 @@ cd $(dirname $0)/../cpython/Doc/locales
20
21
# Python 3.7: Add missing sections to satisfy Blurb's check
22
# Useful if setup.sh was not ran
23
-if [[ ${PYDOC_VERSION} == '3.7' ]] && [ ! -f ../../114553.patch ]; then
+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
26
fi
0 commit comments