aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Poletiek <matthew.poletiek@gmail.com>2020-12-15 10:37:56 -0600
committerMatthew Poletiek <matthew.poletiek@gmail.com>2020-12-15 10:37:56 -0600
commite1af65311e21aa9b1a7fc5d4df3f3040842b1db5 (patch)
tree3896102bf3671c10a88b77e7cd063bc0fe40bacd
parent352d3884279d141446016004c509d094bfb25170 (diff)
downloadchirp-e1af65311e21aa9b1a7fc5d4df3f3040842b1db5.tar.gz
chirp-e1af65311e21aa9b1a7fc5d4df3f3040842b1db5.tar.xz
fixed typo in alinco.py
-rw-r--r--chirp/drivers/alinco.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chirp/drivers/alinco.py b/chirp/drivers/alinco.py
index dcd45f5..9c428c4 100644
--- a/chirp/drivers/alinco.py
+++ b/chirp/drivers/alinco.py
@@ -134,7 +134,7 @@ class AlincoStyleRadio(chirp_common.CloneModeRadio):
return data
def _download(self, limit):
- seexcept (Exception, e):lf._identify()
+ self._identify()
data = ""
for addr in range(0, limit, 16):