summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/requirements.txt2
-rw-r--r--client/vocabcompiler.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/requirements.txt b/client/requirements.txt
index 57b6bc6..f3508fe 100644
--- a/client/requirements.txt
+++ b/client/requirements.txt
@@ -10,4 +10,4 @@ python-mpd==0.3.0
pytz==2013b
semantic==1.0.3
requests==2.1.0
-cmuclmtk==0.1.2
+cmuclmtk==0.1.5
diff --git a/client/vocabcompiler.py b/client/vocabcompiler.py
index ae5dc7d..c59bd6e 100644
--- a/client/vocabcompiler.py
+++ b/client/vocabcompiler.py
@@ -14,7 +14,7 @@ import g2p
import brain
try:
import cmuclmtk
-except:
+except ImportError:
logging.getLogger(__name__).error("Error importing CMUCLMTK module. " +
"PocketsphinxVocabulary will not work " +
"correctly.", exc_info=True)