From 3ca246d3e01c604273d4219ed4e63beb43e480ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 12 Apr 2023 15:04:32 +0800 Subject: [PATCH] Revised the strings in babel-utils.py and babel-utils-test-site.py. --- tests/babel-utils-test-site.py | 2 +- tests/babel-utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/babel-utils-test-site.py b/tests/babel-utils-test-site.py index aef9466..acda463 100755 --- a/tests/babel-utils-test-site.py +++ b/tests/babel-utils-test-site.py @@ -129,5 +129,5 @@ def __update_file_rev_date(file: Path) -> None: main.add_command(babel_extract) main.add_command(babel_compile) -if __name__ == '__main__': +if __name__ == "__main__": main() diff --git a/tests/babel-utils.py b/tests/babel-utils.py index 56a98b5..fb9c801 100755 --- a/tests/babel-utils.py +++ b/tests/babel-utils.py @@ -129,5 +129,5 @@ def __update_file_rev_date(file: Path) -> None: main.add_command(babel_extract) main.add_command(babel_compile) -if __name__ == '__main__': +if __name__ == "__main__": main()