diff --git a/scripts/tool.py b/scripts/tool.py index a9830a4..c96db01 100644 --- a/scripts/tool.py +++ b/scripts/tool.py @@ -235,4 +235,4 @@ try: en,mapping = line.split(',') tags_translate[en.strip()] = mapping.strip() except Exception as e: - print(f"Error reading tags-translate.csv: {e}") \ No newline at end of file + pass