Merge pull request #698 from Elteoremadebeethoven/master_3b1b

Solve issue add sound in Windows 10
This commit is contained in:
Devin Neal 2019-11-06 16:21:58 -08:00 committed by GitHub
commit bcb8824e2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)