From 326b854615b1989b32057450e6a3ef52af1beb6b Mon Sep 17 00:00:00 2001 From: bernard-ng Date: Thu, 24 Jul 2025 14:18:16 +0200 Subject: [PATCH] refactor: fix logging --- processing/annotate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/annotate.py b/processing/annotate.py index c539908..2d32949 100644 --- a/processing/annotate.py +++ b/processing/annotate.py @@ -40,7 +40,7 @@ def analyze_name(client: ollama.Client, model: str, prompt: str, name: str) -> d def save_checkpoint(df: pd.DataFrame): df.to_csv(os.path.join(DATA_DIR, "names_featured.csv"), index=False) - logging.cri(f"Checkpoint saved") + logging.critical(f"Checkpoint saved") def build_updates(llm_model: str, df: pd.DataFrame, entries: pd.DataFrame) -> pd.DataFrame: