fix a wrong usage of logging.log

This commit is contained in:
Tony031218 2021-01-15 20:18:50 +08:00
parent 79b8136330
commit 78848b971c

View file

@ -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