1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 12:34:00 +03:00

Update error message for missing config path

This commit is contained in:
2025-10-15 18:51:32 +03:00
parent 110a5100dd
commit ed8398f28c
+1 -1
View File
@@ -96,7 +96,7 @@ class ConfigLoader:
f"{WARN}[ERROR] {name} not found.\n" f"{WARN}[ERROR] {name} not found.\n"
f" Configured path: '{path_str}'\n" f" Configured path: '{path_str}'\n"
f" Resolved absolute path: '{path}'\n" f" Resolved absolute path: '{path}'\n"
f"Please install or correct the yt-playlist-config.json path." f"Please correct the yt-playlist-config.json path."
) )
sys.exit(1) sys.exit(1)