Update exiftool.py

Solve "Param --exiftool ruins --touch-file #222"
This commit is contained in:
Horst Höck
2020-09-28 21:49:31 +02:00
committed by GitHub
parent 432da7f139
commit 3d21dadf41

View File

@@ -98,6 +98,7 @@ class _ExifToolProc:
"-", # read from stdin
"-common_args", # specifies args common to all commands subsequently run
"-n", # no print conversion (e.g. print tag values in machine readable format)
"-P", # Preserve file modification date/time (possible interfere w/ --touch-file)
"-G", # print group name for each tag
],
stdin=subprocess.PIPE,