diff --git a/LoadCSVData.pl b/LoadCSVData.pl index d9ad8d5..ed79c51 100755 --- a/LoadCSVData.pl +++ b/LoadCSVData.pl @@ -444,7 +444,7 @@ elsif ( $filecsvname =~ m/^G301_ID\d\d\d\d_DT\d\d\d\d_\d*$/i ) { $unittype = $strings[0]; $unit = $strings[1]; $tool = $strings[2]; - $tooltype = 'MUX'; # inserire tooltype corretto + $tooltype = 'MUX'; } while ( my $line = ) {