Commit ae8c8c0f authored by 张彦钊's avatar 张彦钊

change test file

parent 8761cee5
......@@ -162,7 +162,7 @@ if __name__ == '__main__':
for i in all_dart_dirs:
b = str(i).split("/")[4]
if b[:4] == "part":
tmp = pre_path+i[2:-1]
tmp = pre_path+str(i)[2:-1]
a.append(tmp)
print(a)
......
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