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

修改测试文件

parent 10a77d3f
...@@ -9,7 +9,7 @@ import pandas as pd ...@@ -9,7 +9,7 @@ import pandas as pd
def app_list_func(x,l): def app_list_func(x,l):
b = x.split(",") b = str(x).split(",")
e = [] e = []
for i in b: for i in b:
if i in l.keys(): if i in l.keys():
......
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