Commit 172fd22e authored by John Wang's avatar John Wang

fix: a chinese dot in web_reader_tool cause chinese check failed

parent e8df2b75
...@@ -19,7 +19,7 @@ def check_file_for_chinese_comments(file_path): ...@@ -19,7 +19,7 @@ def check_file_for_chinese_comments(file_path):
def main(): def main():
has_chinese = False has_chinese = False
excluded_files = ["model_template.py", 'stopwords.py', 'commands.py', 'indexing_runner.py'] excluded_files = ["model_template.py", 'stopwords.py', 'commands.py', 'indexing_runner.py', 'web_reader_tool.py']
for root, _, files in os.walk("."): for root, _, files in os.walk("."):
for file in files: for file in files:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment