# Re-check the file structure again to get the exact paths after extraction corrected_structure = [] for root, dirs, files in os.walk("/mnt/data/BlueChatter-1"): for file in files: corrected_structure.append(os.path.join(root, file)) corrected_structure