Commit 79a3688f by sikang

bug fix script

parent 400d5ccd
......@@ -37,7 +37,7 @@ def create_desc(read_path,write_path):
with open(read_path, "r") as f:
lines = f.readlines()
search_str = "-@Example " + str(random.randint(0, 17)+1) + "-"
search_str = "-@Example " + str(random.randint(0, 16)+1) + "-"
is_target = False
print (search_str)
print (sys.argv[1])
......
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