[chirp_devel] [PATCH] Shorten a pydoc line in icf.py to fix tests

Rhett Robinson
Sun Jan 14 17:06:47 PST 2018


# HG changeset patch
# User Rhett Robinson <rrhett at gmail.com>
# Date 1515978395 28800
#      Sun Jan 14 17:06:35 2018 -0800
# Node ID eda97f883de3cf5909942298b56cce3e0cae91cd
# Parent  0ac31753af9e0d92855b94b9adc18ab3835d47a5
Shorten a pydoc line in icf.py to fix tests.

diff -r 0ac31753af9e -r eda97f883de3 chirp/drivers/icf.py
--- a/chirp/drivers/icf.py	Sun Jan 14 16:11:48 2018 -0800
+++ b/chirp/drivers/icf.py	Sun Jan 14 17:06:35 2018 -0800
@@ -605,7 +605,7 @@
         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)



More information about the chirp_devel mailing list