changes comma in aperture to dot to match the other exif entries

(cherry picked from commit 054bc9068b3c4e83be97e42d1a8c9829c2c83e1b)
This commit is contained in:
David-Tillmann Schaefer
2019-11-09 00:16:55 +01:00
committed by D4N
parent 70b0c17421
commit b8bf9cc4fd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class Issue743NikonSigmaArtLens(metaclass=CaseMeta):
commands = ["$exiv2 -pa --grep lensid/i $filename"]
stderr = [""]
stdout = [""
"""Exif.NikonLd3.LensIDNumber Byte 1 Sigma 24-70mm F2,8 DG OS HSM Art
"""Exif.NikonLd3.LensIDNumber Byte 1 Sigma 24-70mm F2.8 DG OS HSM Art
"""
]
retval = [0]