style: ログメッセージ変更

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-04-18 12:02:53 +09:00
parent 31b5d6a691
commit 24c0af39c2

View File

@ -10,9 +10,9 @@ logger = get_logger('実績洗替')
def exec():
"""実績洗替処理"""
logger.info('実績更新:起動')
# 非営業日の場合実績洗替処理は実行しない
# 営業日ではない場合、実績洗替処理は実行しない
if batch_context.is_not_business_day:
logger.info('非営業日のため、実績洗替処理をスキップします。')
logger.info('営業日ではないため、実績洗替処理をスキップします。')
return
# 施設担当者洗替