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

change test file

parent e3b5f594
......@@ -158,8 +158,8 @@ if __name__ == '__main__':
print(all_dart_dirs)
a = []
for i in all_dart_dirs:
b = str(i).split("/")[4][:4]
if b == "part":
b = str(i).split("/")[4]
if b[:4] == "part":
a.append(b[:-1])
# print(str(i).split("/")[4][:-1])
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