From 11c6945473de77a00a314f032bfd58b4b92432d0 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Wed, 11 Jun 2025 21:13:41 +0900 Subject: [PATCH] =?UTF-8?q?fix:=201=E8=A1=8C=E3=82=B3=E3=83=9F=E3=83=83?= =?UTF-8?q?=E3=83=88=E3=83=A2=E3=83=BC=E3=83=89=E3=81=AE=E3=83=87=E3=82=B0?= =?UTF-8?q?=E3=83=AC=E4=BF=AE=E6=AD=A3=E3=80=82=E3=82=A4=E3=83=B3=E3=83=87?= =?UTF-8?q?=E3=83=B3=E3=83=88=E3=81=8C=E3=82=BA=E3=83=AC=E3=81=A6=E3=81=8A?= =?UTF-8?q?=E3=82=8A=E3=80=81=E3=83=AB=E3=83=BC=E3=83=97=E3=81=AE1?= =?UTF-8?q?=E5=9B=9E=E7=9B=AE=E3=81=A7=E7=B5=90=E6=9E=9C=E3=82=92=E8=BF=94?= =?UTF-8?q?=E3=81=99=E3=82=88=E3=81=86=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=A6?= =?UTF-8?q?=E3=81=97=E3=81=BE=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs/dataimport/dataimport/main.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ecs/dataimport/dataimport/main.py b/ecs/dataimport/dataimport/main.py index c6f456aa..d51a6759 100644 --- a/ecs/dataimport/dataimport/main.py +++ b/ecs/dataimport/dataimport/main.py @@ -382,14 +382,14 @@ def import_data_with_commit_per_row( print( f'{datetime.now():%Y-%m-%d %H:%M:%S} {log_info} {WARNING} W-MAIN-01 {index} ロードスキーマ登録時にエラーが発生しました {line} {e}') - return { - "counts": { - "process": process_count, - "normal": normal_count, - "warning": warning_count - }, - "warning_info": warning_info - } + return { + "counts": { + "process": process_count, + "normal": normal_count, + "warning": warning_count + }, + "warning_info": warning_info + } def import_data_with_bulk(