Commit 809df1f2 by sikang

update

parent 58511681
......@@ -119,8 +119,8 @@ def process_file_content(path, file_name):
"});" not in line and \
not is_note(line):
# if random.randint(0, 20) % 2 == 0:
line = line.replace(";\n", get_rand_code(func_level>0))
if random.randint(0, 20) % 2 == 0:
line = line.replace(";\n", get_rand_code(func_level>0))
if ";" in line :
isErrorIf = False
......
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