chore(format): format code

This commit is contained in:
CarolinePascal
2026-06-15 19:13:50 +02:00
parent eba2a696ab
commit 6da993ef1a
+3 -1
View File
@@ -1284,6 +1284,8 @@ class VideoEncodingManager:
shutil.rmtree(img_dir)
logger.debug("Cleaned up empty images directory")
else:
logger.debug(f"Images directory is not empty, containing {len(png_files)} PNG and {len(tiff_files)} TIFF files")
logger.debug(
f"Images directory is not empty, containing {len(png_files)} PNG and {len(tiff_files)} TIFF files"
)
return False # Don't suppress the original exception