Skip to content

Commit

Permalink
Temporarily adding input_file_path to SceneFileWrite config. Not sure…
Browse files Browse the repository at this point in the history
… why this isn't there already, or if there are problems with setting a default, but it fixed a weird bug that had arisen
  • Loading branch information
3b1b committed Jan 12, 2020
1 parent 0f71b0a commit 1279f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manimlib/scene/scene_file_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 1279f04

Please sign in to comment.