From 6da993ef1ae02fed49ee18bd38fff2ec20bd1409 Mon Sep 17 00:00:00 2001 From: CarolinePascal Date: Mon, 15 Jun 2026 19:13:50 +0200 Subject: [PATCH] chore(format): format code --- src/lerobot/datasets/video_utils.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lerobot/datasets/video_utils.py b/src/lerobot/datasets/video_utils.py index 4bdefc006..03e1c707d 100644 --- a/src/lerobot/datasets/video_utils.py +++ b/src/lerobot/datasets/video_utils.py @@ -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