Skip to content

Commit 251810e

Browse files
committed
Test CI
1 parent c057ce2 commit 251810e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/wrap.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
if [[ $len -eq 0 ]]; then
5959
echo "No files to wrap"
6060
else
61-
echo "Wrapping files: ${CHANGED_FILES}"
6261
for file in ${CHANGED_FILES}; do
6362
if [[ $file == *.po ]]; then
6463
echo "Wrapping $file"

library/stdtypes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgstr ""
2020
#: library/stdtypes.rst:8
2121
msgid "Built-in Types"
2222
msgstr ""
23-
"TEST TEST"
23+
"TEST TEST TEST"
2424

2525
#: library/stdtypes.rst:10
2626
msgid ""

0 commit comments

Comments
 (0)