fix: 転送データ一覧取得に失敗した場合returnするように修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2025-06-04 13:48:21 +09:00
parent 629482507a
commit 2f4e2125ef

View File

@ -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)