diff --git a/src/subscript/fmuobs/gen_obs_writers.py b/src/subscript/fmuobs/gen_obs_writers.py index 92a872817..6948e37f4 100644 --- a/src/subscript/fmuobs/gen_obs_writers.py +++ b/src/subscript/fmuobs/gen_obs_writers.py @@ -199,7 +199,7 @@ def attach_spatial_data_if_exists(file_path: PosixPath, primary_content: dict): if well_file_path.exists(): LOGGER.debug("Yup") spatial_content = dump_content_to_dict( - well_file_path, ["X", "Y", "Z", "MD", "Zone"] + well_file_path, ["X", "Y", "MD", "Z", "Zone"] ) LOGGER.debug("Extracted %s", spatial_content) else: