diff --git a/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl b/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl index 09537b1cc6b40a7f9fa19db92e429dd192cd3391..59a3983b04659abf119a83e4723fdf4c76d82eda 100644 --- a/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl +++ b/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl @@ -7,7 +7,7 @@ # needs a geckodriver and the Selenium::Remote::Driver module # see http://www.seleniumhq.org/ # -# tested against Rosetta 7.1 using ChromeDriver 98.0.4758.80 and Chrome 98 in Debian 11 +# tested against Rosetta 7.1 using ChromeDriver 98.0.4758.102 and Chrome 98 in Debian 11 # # ensure, that the plugin is assigned to a classification, for example to "Image (Mix)" @@ -227,7 +227,7 @@ foreach my $exiftool_property (sort keys %exiftool2dnx) { add_dnx_property($dnx_property, "$dnx_property <- Exiftool '$exiftool_property'"); } -# include dnx property to classification group (Image(MIX)) +# include dnx property to classification group printf colored("Step 4 of 7: join dnx property to classification group \n", 'bold green'); foreach my $exiftool_property (sort keys %exiftool2dnx) { my $dnx_property = $exiftool2dnx{ $exiftool_property };