aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-10-28 11:23:02 +0000
committerGravatar jesopo2019-10-28 11:23:02 +0000
commit627e564dbd76760602231ff7aa416f27691a2fc1 (patch)
tree6b1b5212a803084364097f0e72a2f33820a6acc8 /modules
parentpass confidential_issue through same parsing func as issue (diff)
signature
_mess_factory -> _message_factory. funny typo lol
Diffstat (limited to 'modules')
-rw-r--r--modules/commands/outs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/outs.py b/modules/commands/outs.py
index 0fd8db7d..2350f570 100644
--- a/modules/commands/outs.py
+++ b/modules/commands/outs.py
@@ -47,7 +47,7 @@ class Out(object):
text = text.replace("\n\n", "\n")
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)
if self._assured: