インスタンス化の部分の修正

This commit is contained in:
mori.k 2025-05-30 15:13:12 +09:00
parent 5a2afba6cc
commit 32a0c8d5c3

View File

@ -21,7 +21,7 @@ logger = get_logger('生物由来卸販売ロット分解')
class TrnResultDataBioLot(JskultBatchEntrypoint):
def __init__(self):
super().__init__()
self.environment = TrnResultDataBioLotEnvironment
self.environment = TrnResultDataBioLotEnvironment()
# 必須の環境変数が設定されていない場合、エラーにする
try: