Selaa lähdekoodia

fix: create tmpdir

master
lanvent 1 vuosi sitten
vanhempi
commit
bf4ae9a051
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      common/tmp_dir.py

+ 1
- 1
common/tmp_dir.py Näytä tiedosto

@@ -12,7 +12,7 @@ class TmpDir(object):
def __init__(self):
pathExists = os.path.exists(self.tmpFilePath)
if not pathExists and conf().get('speech_recognition') == True:
if not pathExists:
os.makedirs(self.tmpFilePath)

def path(self):


Loading…
Peruuta
Tallenna