We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd1242 commit bf4ae9aCopy full SHA for bf4ae9a
common/tmp_dir.py
@@ -12,7 +12,7 @@ class TmpDir(object):
12
13
def __init__(self):
14
pathExists = os.path.exists(self.tmpFilePath)
15
- if not pathExists and conf().get('speech_recognition') == True:
+ if not pathExists:
16
os.makedirs(self.tmpFilePath)
17
18
def path(self):
0 commit comments