Skip to content

Commit a26ea92

Browse files
committed
error handling
1 parent e954576 commit a26ea92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovos_core/intent_services/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def get_pipeline(self, skips=None, session=None) -> Tuple[str, Callable]:
208208
"padacioso_low": self._padacioso_service.match_low,
209209

210210
})
211-
if self._padatious_service is not None:
211+
if padatious_matcher is not None:
212212
matchers.update({
213213
"padatious_high": padatious_matcher.match_high,
214214
"padatious_medium": padatious_matcher.match_medium,

0 commit comments

Comments
 (0)