This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import json | |
| import os | |
| from redbaron import RedBaron | |
| FILES_STATUS = {"FAIL": [], "SUCCESS": [], "PASS": []} | |
| RESULT_OUTPUT_PATH = "~/result.json" | |
| def has_chinese_char(string): |