Pārlūkot izejas kodu

fix: create tmpdir

master
lanvent pirms 1 gada
vecāks
revīzija
bf4ae9a051
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      common/tmp_dir.py

+ 1
- 1
common/tmp_dir.py Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt