mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Merge pull request #698 from Elteoremadebeethoven/master_3b1b
Solve issue add sound in Windows 10
This commit is contained in:
commit
bcb8824e2c
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ class SceneFileWriter(object):
|
||||||
]
|
]
|
||||||
subprocess.call(commands)
|
subprocess.call(commands)
|
||||||
shutil.move(temp_file_path, movie_file_path)
|
shutil.move(temp_file_path, movie_file_path)
|
||||||
subprocess.call(["rm", sound_file_path])
|
os.remove(sound_file_path)
|
||||||
|
|
||||||
self.print_file_ready_message(movie_file_path)
|
self.print_file_ready_message(movie_file_path)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue