log.Printf("Warning: Merging destination map for chart '%s'. Cannot overwrite table item '%s', with non table value: %v",chartName,key,val)
}
continue
}elseifdv,ok:=dst[key];ok&&istable(dv){
}elseifok&&istable(dv){
log.Printf("Warning: Merging destination map for chart '%s'. The destination item '%s' is a table and ignoring the source '%s' as it has a non-table value of: %v",chartName,key,key,val)
continue
}elseif!ok{// <- ok is still in scope from preceding conditional.