From 2f4e2125ef24cac9b204a91f2dbf8283579fe2d1 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Wed, 4 Jun 2025 13:48:21 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BB=A2=E9=80=81=E3=83=87=E3=83=BC?= =?UTF-8?q?=E3=82=BF=E4=B8=80=E8=A6=A7=E5=8F=96=E5=BE=97=E3=81=AB=E5=A4=B1?= =?UTF-8?q?=E6=95=97=E3=81=97=E3=81=9F=E5=A0=B4=E5=90=88return=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs/jskult-batch/src/batch/trn_result_data_bio_lot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ecs/jskult-batch/src/batch/trn_result_data_bio_lot.py b/ecs/jskult-batch/src/batch/trn_result_data_bio_lot.py index 8e99cb31..b4cdc688 100644 --- a/ecs/jskult-batch/src/batch/trn_result_data_bio_lot.py +++ b/ecs/jskult-batch/src/batch/trn_result_data_bio_lot.py @@ -57,6 +57,8 @@ class TrnResultDataBioLot(JskultBatchEntrypoint): # バッチ実行管理テーブルをfailedで登録 jskult_batch_run_manager.batch_failed() + return + with open(transfer_list_file_path) as f: transfer_list = json.load(f)