diff --git a/core/src/main/scala/eu/nomad_lab/h5/SectionH5.scala b/core/src/main/scala/eu/nomad_lab/h5/SectionH5.scala index 3dfa6f9a91c86c8b05b979151fc08844166c8e65..e1413b0f1907fc7eaee2d98a8d165ae1bf12eea3 100644 --- a/core/src/main/scala/eu/nomad_lab/h5/SectionH5.scala +++ b/core/src/main/scala/eu/nomad_lab/h5/SectionH5.scala @@ -168,7 +168,7 @@ case class SectionH5( case 1 => Some(vColl.head) case l => - throw new CalculationH5.CalculationH5Error(s"cannot get maybeValue for $this as it is repeated and has $l repetitions") + throw new CalculationH5.CalculationH5Error(s"cannot get maybeValue for $metaName from $this as it is repeated and has $l repetitions") } }