Explorar el Código

fix: create tmpdir

master
lanvent hace 1 año
padre
commit
bf4ae9a051
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      common/tmp_dir.py

+ 1
- 1
common/tmp_dir.py Ver fichero

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


Cargando…
Cancelar
Guardar