Skip to content

Commit

Permalink
Add missing space in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Jan 22, 2024
1 parent 0465891 commit f89a2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ert/config/ert_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f89a2ac

Please sign in to comment.