fixed bug in debug string

This commit is contained in:
Rhet Turnbull 2020-01-17 16:27:28 -08:00
parent 646ea4f24c
commit ba1a2b32ad

View File

@ -572,7 +572,7 @@ class PhotoInfo:
)
if exported is None:
logging.warning(f"Error exporting photo {photo.uuid} to {dest}")
logging.warning(f"Error exporting photo {self.uuid} to {dest}")
if sidecar:
logging.debug("writing exiftool_json_sidecar")