mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 12:15:18 +03:00
Quote file path in tag application log message
This commit is contained in:
+1
-1
@@ -724,7 +724,7 @@ class Downloader:
|
||||
|
||||
if download_info.staged_path:
|
||||
logger.debug(
|
||||
f"[{colored_media_id}] Applying tags to {download_info.staged_path}"
|
||||
f'[{colored_media_id}] Applying tags to "{download_info.staged_path}"'
|
||||
)
|
||||
self.apply_tags(
|
||||
download_info.staged_path,
|
||||
|
||||
Reference in New Issue
Block a user