Skip to content
Snippets Groups Projects
Commit 59f99ef2 authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

Import: add old value to duplicate namelist vars

parent 7039f9c0
Branches basic_dataset
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ while(<>) {
$line =~ s/\s+/ /g;
warn("Hey: duplicate key, current value '$value'\n");
warn("$.:$line\n");
$key = '#DUPLICATE# '.$key;
$key = "#DUPLICATE# $key: $value";
}
$namelist_group->{$key} = [];
$namelist_variable = $namelist_group->{$key};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment