From e88b5a130ba64934d516742c1312827367638cc4 Mon Sep 17 00:00:00 2001 From: Jens Steidl <Jens.Steidl@slub-dresden.de> Date: Fri, 25 Feb 2022 11:19:29 +0100 Subject: [PATCH] - minor: updated comments --- deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 09537b1..59a3983 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 }; -- GitLab