Addressing reviewer's comments.

This commit is contained in:
Marat Fayzullin 2022-11-07 14:49:13 -05:00
parent db1ff89ae2
commit 34363220c1
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class AudioWriter(object):
file = self.wavefile
self.wavefile = self.getWaveFile()
if file != None:
if file is not None:
file.close()
tmp_dir = CoreConfig().get_temporary_directory()