fix:SAP_sup受領チェック処理(月次)
・ソースミスの修正
This commit is contained in:
parent
4e02590f97
commit
288b924b6e
@ -98,7 +98,7 @@ def lambda_handler(event, context):
|
||||
print_log(LOG_INFO, 'I-04-04', '取得したオブジェクトリストと月次I/Fファイルネーム設定ファイルの突き合わせを開始します')
|
||||
row_count = 0
|
||||
match_count = 0
|
||||
receive_monthly_file_name_body = io.TextIOWrapper(io.BytesIO(receive_monthly_file_name_response["Body"].read()), encoding='utf-8'):
|
||||
receive_monthly_file_name_body = io.TextIOWrapper(io.BytesIO(receive_monthly_file_name_response["Body"].read()), encoding='utf-8')
|
||||
for i, row in enumerate(csv.reader(receive_monthly_file_name_body, delimiter='\t'), 1):
|
||||
row_count = i
|
||||
file_exists = False
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user