From 24c0af39c25045f79136f2d057e96f5a28326b3a Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Tue, 18 Apr 2023 12:02:53 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=E3=83=AD=E3=82=B0=E3=83=A1=E3=83=83?= =?UTF-8?q?=E3=82=BB=E3=83=BC=E3=82=B8=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/batch/laundering/sales_laundering.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecs/jskult-batch-daily/src/batch/laundering/sales_laundering.py b/ecs/jskult-batch-daily/src/batch/laundering/sales_laundering.py index 72f638d4..7b77d8ac 100644 --- a/ecs/jskult-batch-daily/src/batch/laundering/sales_laundering.py +++ b/ecs/jskult-batch-daily/src/batch/laundering/sales_laundering.py @@ -10,9 +10,9 @@ logger = get_logger('実績洗替') def exec(): """実績洗替処理""" logger.info('実績更新:起動') - # 非営業日の場合実績洗替処理は実行しない + # 営業日ではない場合、実績洗替処理は実行しない if batch_context.is_not_business_day: - logger.info('非営業日のため、実績洗替処理をスキップします。') + logger.info('営業日ではないため、実績洗替処理をスキップします。') return # 施設担当者洗替