_mess_factory -> _message_factory. funny typo lol
This commit is contained in:
parent
6e16ed8d5e
commit
627e564dbd
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class Out(object):
|
||||||
text = text.replace("\n\n", "\n")
|
text = text.replace("\n\n", "\n")
|
||||||
|
|
||||||
full_text = "%s%s" % (prefix, text)
|
full_text = "%s%s" % (prefix, text)
|
||||||
message_factory = _mess_factory(method)
|
message_factory = _message_factory(method)
|
||||||
|
|
||||||
line = message_factory(self._target_str, full_text, tags=self._tags)
|
line = message_factory(self._target_str, full_text, tags=self._tags)
|
||||||
if self._assured:
|
if self._assured:
|
||||||
|
|
Loading…
Reference in a new issue