Skip to content

Commit 5281d5a

Browse files
committed
performance: support padatious
1 parent 93b934c commit 5281d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocp_pipeline/opm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def load_intent_files(cls):
156156
try:
157157
from ovos_padatious import IntentContainer
158158
is_padatious = True
159-
except:
159+
except ImportError:
160160
from padacioso import IntentContainer
161161
is_padatious = False
162162
LOG.warning("Padatious not available, using padacioso. intent matching will be orders of magnitude slower!")

0 commit comments

Comments
 (0)