debugging vibecoded dogshit
This commit is contained in:
parent
4bd21c736c
commit
1cc87855ab
1 changed files with 5 additions and 0 deletions
|
|
@ -716,6 +716,11 @@ def process_videos():
|
||||||
wrong_channel_dir = other_root / sanitized_channel_name
|
wrong_channel_dir = other_root / sanitized_channel_name
|
||||||
correct_channel_dir = target_root / sanitized_channel_name
|
correct_channel_dir = target_root / sanitized_channel_name
|
||||||
|
|
||||||
|
# DEBUG LOGGING (Temporary)
|
||||||
|
if meta["channel_name"] in hidden_channels:
|
||||||
|
log(f"DEBUG: Checking {meta['channel_name']} (Hidden). Wrong Dir: {wrong_channel_dir}, Exists? {wrong_channel_dir.exists()}")
|
||||||
|
|
||||||
|
|
||||||
if wrong_channel_dir.exists():
|
if wrong_channel_dir.exists():
|
||||||
try:
|
try:
|
||||||
# If destination already exists, we have a conflict.
|
# If destination already exists, we have a conflict.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue