Shorten a pydoc line in icf.py to fix tests.

#0
This commit is contained in:
Rhett Robinson 2018-01-14 17:06:35 -08:00
parent 13f23f0ec4
commit 26eb49779c

View File

@ -605,7 +605,7 @@ class IcomCloneModeRadio(chirp_common.CloneModeRadio):
return data
def get_payload(self, data, checksum):
"""Returns the data with optional checksum BCD-encoded for the radio."""
"""Returns the data with optional checksum BCD-encoded for the radio"""
payload = ""
for byte in data:
payload += "%02X" % ord(byte)