mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Change way to remove sound_file_path
This commit is contained in:
parent
b74e5ca254
commit
32abbb9371
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ class SceneFileWriter(object):
|
|||
]
|
||||
subprocess.call(commands)
|
||||
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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue