Skip to content

Commit c44b84e

Browse files
committed
lint
1 parent cc01eda commit c44b84e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/check_langs_in_po.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ def main():
137137
print(f"Warning: {p} not found.")
138138

139139
for path in paths:
140-
for po_path, linenum, text in find_matches_in_po(path, pattern, args.delete_matches):
140+
for po_path, linenum, text in find_matches_in_po(
141+
path, pattern, args.delete_matches
142+
):
141143
print(f"{po_path}:{linenum}: {text}")
142144

143145

0 commit comments

Comments
 (0)