sane-tag-media: fix missing closing paren in log message

This commit is contained in:
2025-07-18 05:17:05 +00:00
parent 2fcf88b89b
commit d669e66ffa

View File

@@ -508,7 +508,7 @@ class Tags:
return os.path.join(artist, filename)
elif style == PathStyle.Music:
if not (artist and album and title):
logger.warning(f"missing artist/album/title after cleaning path: {self} ({artist!r}, {album!r}, {title!r}")
logger.warning(f"missing artist/album/title after cleaning path: {self} ({artist!r}, {album!r}, {title!r})")
return None
if self.producer: