mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Move comment
This commit is contained in:
parent
9ac16ab722
commit
2d7b9d579a
1 changed files with 3 additions and 2 deletions
|
@ -315,6 +315,9 @@ def update_run_config(config: dict, args: Namespace):
|
|||
)
|
||||
|
||||
|
||||
# Helpers for the functions above
|
||||
|
||||
|
||||
def load_yaml(file_path: str):
|
||||
try:
|
||||
with open(file_path, "r") as file:
|
||||
|
@ -413,5 +416,3 @@ def get_scene_config() -> dict:
|
|||
def get_run_config():
|
||||
return get_global_config()["run"]
|
||||
|
||||
|
||||
# Helpers for the functions above
|
||||
|
|
Loading…
Add table
Reference in a new issue