Skip to content

Commit 3e37708

Browse files
Fixed issue related to the logger (#2066)
1 parent 3b55ea5 commit 3e37708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/scene/scene_file_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ def clean_cache(self):
585585
for file_to_delete in oldest_files_to_delete:
586586
os.remove(file_to_delete)
587587
logger.info(
588-
f"The partial movie directory is full (> {config['max_files_cached']} files). Therefore, manim has removed the {number_files_to_delete} oldest file(s).",
588+
f"The partial movie directory is full (> {config['max_files_cached']} files). Therefore, manim has removed the {number_files_to_delete} oldest file(s)."
589589
"You can change this behaviour by changing max_files_cached in config.",
590590
)
591591

0 commit comments

Comments
 (0)