このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
J1147
/
CoW
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
fix: create tmpdir
master
lanvent
1年前
親
6bd1242d43
コミット
bf4ae9a051
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
common/tmp_dir.py
+ 1
- 1
common/tmp_dir.py
ファイルの表示
@@ -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):
書き込み
プレビュー
読み込み中…
キャンセル
保存