3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 11:39:25 +01:00

classes: fix incorrect wrap_messages() stub

This commit is contained in:
James Lu 2019-02-10 13:00:53 -08:00
parent d089b8d40e
commit 5731a301ce

View File

@ -1521,7 +1521,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.