From ee52eae965c209474a1ffd722fd89044fc64b65d Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Sat, 12 Jan 2019 14:43:44 -0800 Subject: [PATCH] Changed animation complete message --- manimlib/scene/scene.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manimlib/scene/scene.py b/manimlib/scene/scene.py index b4331f79..bb083aa4 100644 --- a/manimlib/scene/scene.py +++ b/manimlib/scene/scene.py @@ -735,8 +735,11 @@ class Scene(Container): ] subprocess.call(commands) os.remove(file_list) - print("File ready at {}".format(movie_file_path)) + print("\nAnimation ready at {}\n".format(movie_file_path)) + # TODO, this doesn't belong in Scene, but should be + # part of some more specialized subclass optimized + # for livestreaming def tex(self, latex): eq = TextMobject(latex) anims = []