Skip to content

Commit

Permalink
Merge cbc545a into f91a9ca
Browse files Browse the repository at this point in the history
  • Loading branch information
wochinge committed Jul 25, 2019
2 parents f91a9ca + cbc545a commit 1fbe787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Fixed
errors
- fill slots for image, buttons, quick_replies and attachments in templates
- ``rasa train core`` in comparison mode stores the model files compressed (``tar.gz`` files)

- slot setting in interactive learning with the TwoStageFallbackPolicy

[1.1.7] - 2019-07-18
^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion rasa/core/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ def _log_action_on_tracker(self, tracker, action_name, events, policy, confidenc
# the timestamp would indicate a time before the time
# of the action executed
e.timestamp = time.time()
tracker.update(e)
tracker.update(e, self.domain)

def _get_tracker(self, sender_id: Text) -> Optional[DialogueStateTracker]:
sender_id = sender_id or UserMessage.DEFAULT_SENDER_ID
Expand Down

0 comments on commit 1fbe787

Please sign in to comment.