Skip to content

Commit 1755b15

Browse files
authored
Debug generate_templates.sh
1 parent 670cee4 commit 1755b15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/generate_templates.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ cd $(dirname $0)/../cpython/Doc/locales
2222
# Useful if setup.sh was not ran
2323
if [ ${PYDOC_VERSION} = '3.7' ] && [ ! -f ../../114553.patch ]; then
2424
curl -L https://github.com/python/cpython/pull/114553.patch -o ../../114553.patch
25-
git am ../../114553.patch
25+
git apply ../../114553.patch
26+
cat ../../114553.patch
27+
sleep 1
2628
fi
2729

2830
# Generate message catalog template (.pot) files

0 commit comments

Comments
 (0)