fix typo
This commit is contained in:
parent
8fe6be275e
commit
c514f7fffb
1 changed files with 2 additions and 2 deletions
|
|
@ -11,11 +11,11 @@ from .render import default_prefix as root
|
|||
from .render import load_defaults
|
||||
|
||||
def render_all(options):
|
||||
if os.path.exists(os.path.join(root, "render/forest-5.1.mp4"):
|
||||
if os.path.exists(os.path.join(root, "render/forest-5.1.mp4")):
|
||||
print("forest-5.1.mp4 exists, skipping")
|
||||
else:
|
||||
render_forest()
|
||||
if os.path.exists(os.path.join(root, "render/music-5.1.mp4"):
|
||||
if os.path.exists(os.path.join(root, "render/music-5.1.mp4")):
|
||||
print("music-5.1.mp4 exists, skipping")
|
||||
else:
|
||||
render_music()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue