diff options
| author | 2019-10-28 11:23:02 +0000 | |
|---|---|---|
| committer | 2019-10-28 11:23:02 +0000 | |
| commit | 627e564dbd76760602231ff7aa416f27691a2fc1 (patch) | |
| tree | 6b1b5212a803084364097f0e72a2f33820a6acc8 | |
| parent | pass confidential_issue through same parsing func as issue (diff) | |
| signature | ||
_mess_factory -> _message_factory. funny typo lol
| -rw-r--r-- | modules/commands/outs.py | 2 |
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: |
