fix: 転送データ一覧取得に失敗した場合returnするように修正
This commit is contained in:
parent
629482507a
commit
2f4e2125ef
@ -57,6 +57,8 @@ class TrnResultDataBioLot(JskultBatchEntrypoint):
|
|||||||
# バッチ実行管理テーブルをfailedで登録
|
# バッチ実行管理テーブルをfailedで登録
|
||||||
jskult_batch_run_manager.batch_failed()
|
jskult_batch_run_manager.batch_failed()
|
||||||
|
|
||||||
|
return
|
||||||
|
|
||||||
with open(transfer_list_file_path) as f:
|
with open(transfer_list_file_path) as f:
|
||||||
transfer_list = json.load(f)
|
transfer_list = json.load(f)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user