Commit db718da2 authored by Wallen姚文辉's avatar Wallen姚文辉

修复bug

parent aec106df
...@@ -123,7 +123,7 @@ def reportinfo(): ...@@ -123,7 +123,7 @@ def reportinfo():
k=m.get("assignee").get("displayName") k=m.get("assignee").get("displayName")
if k not in i["peoples"]: if k not in i["peoples"]:
i["peoples"].append(k) i["peoples"].append(k)
if (("测试" in m.get("summary") or "用例" in m.get("summary")) and k and k not in peoples["test"])and("前端" not in m.get("summary")) and ("后端" not in m.get("summary")) : if (("测试" in m.get("summary") or "用例" in m.get("summary")) and k and k not in peoples["test"]) :
peoples["test"].append(k) peoples["test"].append(k)
elif "前端" in m.get("summary") and k and k not in peoples["qian"]: elif "前端" in m.get("summary") and k and k not in peoples["qian"]:
peoples["qian"].append(k) peoples["qian"].append(k)
......
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