From f89a2ac22ccb0e85c1be0f5926ff8c5499b1d5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Berland?= Date: Mon, 22 Jan 2024 14:51:26 +0100 Subject: [PATCH] Add missing space in error message --- src/ert/config/ert_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ert/config/ert_config.py b/src/ert/config/ert_config.py index 9538e387a03..371efbccebd 100644 --- a/src/ert/config/ert_config.py +++ b/src/ert/config/ert_config.py @@ -723,8 +723,8 @@ def _create_observations(self) -> EnkfObs: ) from err raise ObservationConfigError( f"{err}. The time map is set from the TIME_MAP " - "keyword. Either the time map file has an" - "incorrect/missing date, or the observation is given an" + "keyword. Either the time map file has an " + "incorrect/missing date, or the observation is given an " "incorrect date.", config_file=obs_config_file, ) from err