Skip to content

Commit 80900bd

Browse files
FIX: Preserve recursive processing state in ./main.py
1 parent 079578b commit 80900bd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Subtitles Synchronization/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,6 @@ def process_directory(directory):
526526
sync_subtitle(video_file, srt_file) # Synchronize the subtitle
527527

528528
cleanup_subtitles(directory) # Cleanup the subtitles
529-
os.chdir("..") # Change back to the parent directory
530529

531530

532531
def process_all_directories(directories):

0 commit comments

Comments
 (0)