raiseTypeError("The given array for metainfo '{}' has incorrect type of values in it. The values given are '{}', whereas the datatype given in metainfo is '{}'".format(metaName,actual_numpy_type,dtype_str))
@@ -637,13 +638,13 @@ class SectionManager(object):
exceptKeyError:
raiseException("Cannot set array values for metadata %s to section %d (%d) of %s, as it is not open"%(valueMetaInfo.name,gI,gIndex,self.metaInfo.name))
raiseException("Cannot add array values for metadata %s to section %d (%d) of %s, as it is not open"%(valueMetaInfo.name,gI,gIndex,self.metaInfo.name))