Addressing reviewer's comments.
This commit is contained in:
parent
db1ff89ae2
commit
34363220c1
@ -85,7 +85,7 @@ class AudioWriter(object):
|
|||||||
file = self.wavefile
|
file = self.wavefile
|
||||||
self.wavefile = self.getWaveFile()
|
self.wavefile = self.getWaveFile()
|
||||||
|
|
||||||
if file != None:
|
if file is not None:
|
||||||
file.close()
|
file.close()
|
||||||
|
|
||||||
tmp_dir = CoreConfig().get_temporary_directory()
|
tmp_dir = CoreConfig().get_temporary_directory()
|
||||||
|
Loading…
Reference in New Issue
Block a user