mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Make default output directory "." instead of ""
To address https://github.com/3b1b/manim/issues/2261
This commit is contained in:
parent
924e1a1a91
commit
859958794c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class SceneFileWriter(object):
|
|||
# What python file is generating this scene
|
||||
input_file_path: str = "",
|
||||
# Where should this be written
|
||||
output_directory: str = "",
|
||||
output_directory: str = ".",
|
||||
file_name: str | None = None,
|
||||
open_file_upon_completion: bool = False,
|
||||
show_file_location_upon_completion: bool = False,
|
||||
|
|
Loading…
Add table
Reference in a new issue