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:
+1
-1
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user