diff --git a/src/fmu/dataio/dataio.py b/src/fmu/dataio/dataio.py index 5ef070a93..e6d3be8f0 100644 --- a/src/fmu/dataio/dataio.py +++ b/src/fmu/dataio/dataio.py @@ -1125,8 +1125,8 @@ def _generate_aggrd_metadata( template["tracklog"] = etempmeta["tracklog"] template["file"] = etempmeta["file"] # actually only use the checksum_md5 - template["file"]["relative_path"] = relpath - template["file"]["absolute_path"] = abspath + template["file"]["relative_path"] = str(relpath) + template["file"]["absolute_path"] = str(abspath) if abspath else None # data section if self.name: