From 1279f040dafa9292cd7e8b2fbdc6a464a574240c Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Sat, 11 Jan 2020 17:14:02 -0800 Subject: [PATCH] Temporarily adding input_file_path to SceneFileWrite config. Not sure why this isn't there already, or if there are problems with setting a default, but it fixed a weird bug that had arisen --- manimlib/scene/scene_file_writer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/manimlib/scene/scene_file_writer.py b/manimlib/scene/scene_file_writer.py index e2efd5e2..b67d97f3 100644 --- a/manimlib/scene/scene_file_writer.py +++ b/manimlib/scene/scene_file_writer.py @@ -34,6 +34,7 @@ class SceneFileWriter(object): # Previous output_file_name # TODO, address this in extract_scene et. al. "file_name": None, + "input_file_path": "", # ?? "output_directory": None, }