Skip to content

Commit 2080548

Browse files
committed
Revert "script: minor change"
This reverts commit ce2fe99.
1 parent ce2fe99 commit 2080548

File tree

2 files changed

+443
-443
lines changed

2 files changed

+443
-443
lines changed

Diff for: tasks.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ def _check(file_path):
2424
contents = f.read()
2525
if contents != "":
2626
if p.search(contents) is not None:
27-
TRANSLATION_STATUS.append(f"Y, {file_path}")
27+
TRANSLATION_STATUS.append(f"Y, file:{file_path}")
2828
else:
29-
TRANSLATION_STATUS.append(f"N, {file_path}")
29+
TRANSLATION_STATUS.append(f"N, file:{file_path}")
3030
TRANSLATION_STATUS.sort()
3131
print("\n".join(TRANSLATION_STATUS))
3232

0 commit comments

Comments
 (0)