3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-02 15:59:26 +01:00

classes: fix incorrect wrap_messages() stub

(cherry picked from commit 5731a301ce)
This commit is contained in:
James Lu 2019-02-10 13:00:53 -08:00
parent 85922cd376
commit a178a92d6a

View File

@ -1520,7 +1520,7 @@ class PyLinkNetworkCoreWithUtils(PyLinkNetworkCore):
return sname return sname
return uid # Regular UID, no change return uid # Regular UID, no change
def wrap_message(self, source, target, command, text): def wrap_message(self, source, target, text):
""" """
Wraps the given message text into multiple lines (length depends on how much the protocol Wraps the given message text into multiple lines (length depends on how much the protocol
allows), and returns these as a list. allows), and returns these as a list.