Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
rogue underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyFaulkner committed Jun 29, 2018
1 parent df88903 commit 3cc7047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa_core/utils.py
Expand Up @@ -370,7 +370,7 @@ def dump_obj_as_yaml_to_string(obj):
yaml.safe_dump(obj, str_io,
default_flow_style=False,
allow_unicode=True)
return str_io.get_value()
return str_io.getvalue()
else:
import ruamel.yaml

Expand Down

0 comments on commit 3cc7047

Please sign in to comment.