インスタンス化の部分の修正
This commit is contained in:
parent
5a2afba6cc
commit
32a0c8d5c3
@ -21,7 +21,7 @@ logger = get_logger('生物由来卸販売ロット分解')
|
||||
class TrnResultDataBioLot(JskultBatchEntrypoint):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.environment = TrnResultDataBioLotEnvironment
|
||||
self.environment = TrnResultDataBioLotEnvironment()
|
||||
|
||||
# 必須の環境変数が設定されていない場合、エラーにする
|
||||
try:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user