mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-23 17:56:07 +00:00
chore(format): format code
This commit is contained in:
@@ -1284,6 +1284,8 @@ class VideoEncodingManager:
|
|||||||
shutil.rmtree(img_dir)
|
shutil.rmtree(img_dir)
|
||||||
logger.debug("Cleaned up empty images directory")
|
logger.debug("Cleaned up empty images directory")
|
||||||
else:
|
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
|
return False # Don't suppress the original exception
|
||||||
|
|||||||
Reference in New Issue
Block a user