Update manim/scene/scene.py

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
This commit is contained in:
Hugues Devimeux 2020-10-08 22:41:00 +02:00 committed by GitHub
commit 3fff83e833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -833,7 +833,7 @@ class Scene(Container):
self.animations_hashes.append(hash_play)
self.file_writer.add_partial_movie_file(hash_play)
logger.debug(
"Animations hashes list of the scene : (concatened to 5) %(h)s",
"List of the first few animation hashes of the scene: %(h)s",
{"h": str(self.animations_hashes[:5])},
)
func(self, *args, **kwargs)