Skip to content

Commit

Permalink
error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 10, 2024
1 parent e954576 commit a26ea92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_core/intent_services/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def get_pipeline(self, skips=None, session=None) -> Tuple[str, Callable]:
"padacioso_low": self._padacioso_service.match_low,

})
if self._padatious_service is not None:
if padatious_matcher is not None:
matchers.update({
"padatious_high": padatious_matcher.match_high,
"padatious_medium": padatious_matcher.match_medium,
Expand Down

0 comments on commit a26ea92

Please sign in to comment.