We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b934c commit 5281d5aCopy full SHA for 5281d5a
ocp_pipeline/opm.py
@@ -156,7 +156,7 @@ def load_intent_files(cls):
156
try:
157
from ovos_padatious import IntentContainer
158
is_padatious = True
159
- except:
+ except ImportError:
160
from padacioso import IntentContainer
161
is_padatious = False
162
LOG.warning("Padatious not available, using padacioso. intent matching will be orders of magnitude slower!")
0 commit comments