Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from botfront/patches
Browse files Browse the repository at this point in the history
chore: typo
  • Loading branch information
Nathan Zylbersztejn authored Jun 20, 2019
2 parents d455cba + 6dac1db commit 10f3ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa/core/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ async def load_agent_on_start(
_interpreters[lang] = NaturalLanguageInterpreter.create(nlu_model_path)
except Exception:
logger.debug("Could not load interpreter from '{}'".format(model_path))
_interpreter = None
_interpreters = None

_broker = broker.from_endpoint_config(endpoints.event_broker)
_tracker_store = TrackerStore.find_tracker_store(
Expand Down

0 comments on commit 10f3ab1

Please sign in to comment.