This commit is contained in:
2021-04-19 22:40:00 +02:00
parent a8d6e04bd9
commit 461d687897

View File

@@ -444,7 +444,7 @@ elsif ( $filecsvname =~ m/^G301_ID\d\d\d\d_DT\d\d\d\d_\d*$/i ) {
$unittype = $strings[0]; $unittype = $strings[0];
$unit = $strings[1]; $unit = $strings[1];
$tool = $strings[2]; $tool = $strings[2];
$tooltype = 'MUX'; # inserire tooltype corretto $tooltype = 'MUX';
} }
while ( my $line = <FILE> ) { while ( my $line = <FILE> ) {