Commit afe3b017 by 文周繁

feat:format file

parent 3e8013bc
...@@ -8,6 +8,7 @@ pattern_asan = re.compile(r' {4}#\d+ 0x\w+ in ') ...@@ -8,6 +8,7 @@ pattern_asan = re.compile(r' {4}#\d+ 0x\w+ in ')
pattern_asan_0 = re.compile(r' {4}#0 0x\w+ in ') pattern_asan_0 = re.compile(r' {4}#0 0x\w+ in ')
invalid_cause_dict = dict() invalid_cause_dict = dict()
def search_file(dirname): def search_file(dirname):
paths = [] paths = []
for root, dirs, files in os.walk(dirname): for root, dirs, files in os.walk(dirname):
......
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