“蒋伟” 6 hónapja
szülő
commit
707fd826f7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      DingDing.py

+ 1 - 1
DingDing.py

@@ -43,7 +43,7 @@ def DingTalkSend(info):
     d = {}
     # 获取项目绝对路径
     path = Path(__file__).parent
-    file = '/report/export/prometheusData.txt'
+    file = '/allure-report/export/prometheusData.txt'
     print(rf"{path}" + rf"{file}")
     # 打开prometheusData 获取需要发送的信息
     # f = open(rf"{path}" + rf"{file}", 'r', encoding='UTF-8')