From 78848b971cd3f7db0831db58ad4e9c40d1cf61e4 Mon Sep 17 00:00:00 2001 From: Tony031218 <975062472@qq.com> Date: Fri, 15 Jan 2021 20:18:50 +0800 Subject: [PATCH] fix a wrong usage of logging.log --- manimlib/extract_scene.py | 1 - 1 file changed, 1 deletion(-) diff --git a/manimlib/extract_scene.py b/manimlib/extract_scene.py index d0d27802..a04bd7db 100644 --- a/manimlib/extract_scene.py +++ b/manimlib/extract_scene.py @@ -79,7 +79,6 @@ def get_scenes_to_render(scene_classes, scene_config, config): logging.log( logging.ERROR, f"No scene named {scene_name} found", - file=sys.stderr ) if result: return result