Parameter DB and definitions: deal with attribute_value of NULL

This commit is contained in:
Shahram Najm 2020-10-09 16:24:08 +01:00
parent 6e7177afd3
commit ccbb0f9dab
1 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,9 @@ EOF
if ($attribute =~ /stepType/ ) {
$value="\"accum\"";
}
if ($value eq '') {
$value="missing()";
}
print $out "\t $attribute = $value ;\n" ;
}
if ($filebase) {