From 70d61910cc587148d646187861261fab2e76fd30 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Wed, 7 May 2025 18:14:51 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=8D=E8=A6=81=E3=81=AA=E3=83=AD?= =?UTF-8?q?=E3=82=B0=E5=87=BA=E5=8A=9B=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs/dataimport/dataimport/chk.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ecs/dataimport/dataimport/chk.py b/ecs/dataimport/dataimport/chk.py index 6f71a0de..e2f25e41 100644 --- a/ecs/dataimport/dataimport/chk.py +++ b/ecs/dataimport/dataimport/chk.py @@ -211,7 +211,6 @@ def uncompress_file(work_data_file: bytes, settings_list: list, log_info) -> byt # zipファイル内には1ファイルのみ with zip_ref.open(file_name) as file: file_bytes = file.read() - print(f"{file_name}: {len(file_bytes)} bytes") break # ファイルを一時ディレクトリに書き出す。 uncompressed_file = io.TextIOWrapper(io.BytesIO(file_bytes), encoding=settings_list[SETTINGS_ITEM["charCode"]],