Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
J1147
/
CoW
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
fix: create tmpdir
master
lanvent
1 anno fa
parent
6bd1242d43
commit
bf4ae9a051
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
common/tmp_dir.py
+ 1
- 1
common/tmp_dir.py
Vedi File
@@ -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):
Write
Preview
Loading…
Annulla
Salva