From 67ea36348e7f70d1077156855ccc6f6fa3eb06e1 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Thu, 29 Jan 2026 12:49:09 +0000 Subject: [PATCH] correct dash in log --- backend/condition/persistence/condition_postgres.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/condition/persistence/condition_postgres.py b/backend/condition/persistence/condition_postgres.py index 14b513cd..4d5f2add 100644 --- a/backend/condition/persistence/condition_postgres.py +++ b/backend/condition/persistence/condition_postgres.py @@ -40,7 +40,7 @@ class ConditionPostgres: elapsed: float = time.perf_counter() - t0 logger.info( - f"Inserted batch {start} – {end} ({len(batch)} surveys) in {elapsed} seconds", + f"Inserted batch {start} - {end} ({len(batch)} surveys) in {elapsed} seconds", ) @staticmethod