mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
fix a wrong usage of logging.log
This commit is contained in:
parent
79b8136330
commit
78848b971c
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ def get_scenes_to_render(scene_classes, scene_config, config):
|
||||||
logging.log(
|
logging.log(
|
||||||
logging.ERROR,
|
logging.ERROR,
|
||||||
f"No scene named {scene_name} found",
|
f"No scene named {scene_name} found",
|
||||||
file=sys.stderr
|
|
||||||
)
|
)
|
||||||
if result:
|
if result:
|
||||||
return result
|
return result
|
||||||
|
|
Loading…
Add table
Reference in a new issue