From 171f8b0db9887d20d1140e4a9e2f3c2dc9fd40a2 Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Tue, 25 Jun 2024 17:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=A5=BD=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- check_ie_result/check_ie_result.py | 1 + 1 file changed, 1 insertion(+) diff --git a/check_ie_result/check_ie_result.py b/check_ie_result/check_ie_result.py index 80eb3e0..a072726 100644 --- a/check_ie_result/check_ie_result.py +++ b/check_ie_result/check_ie_result.py @@ -21,6 +21,7 @@ from ucloud import ucloud def check_ie_result(pk_phhd): + os.makedirs(f"./check_result/{pk_phhd}", exist_ok=True) json_result = {"pk_phhd": pk_phhd} session = MysqlSession() phhd = session.query(ZxPhhd.cXm).filter(ZxPhhd.pk_phhd == pk_phhd).one()