Skip to content

Commit 26bb8ba

Browse files
committed
wrapwidth=79
1 parent 74e3404 commit 26bb8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/complete_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def complete_index(po_files=None):
5151
for po_file_path in po_files:
5252

5353
try:
54-
po_file = polib.pofile(po_file_path)
54+
po_file = polib.pofile(po_file_path, wrapwidth=79)
5555

5656
# Ask to complete entries out of order with original text
5757
needs_save = False

0 commit comments

Comments
 (0)