diff options
| author | Matthew Poletiek <matthew.poletiek@gmail.com> | 2020-12-15 10:37:56 -0600 |
|---|---|---|
| committer | Matthew Poletiek <matthew.poletiek@gmail.com> | 2020-12-15 10:37:56 -0600 |
| commit | e1af65311e21aa9b1a7fc5d4df3f3040842b1db5 (patch) | |
| tree | 3896102bf3671c10a88b77e7cd063bc0fe40bacd | |
| parent | 352d3884279d141446016004c509d094bfb25170 (diff) | |
| download | chirp-e1af65311e21aa9b1a7fc5d4df3f3040842b1db5.tar.gz chirp-e1af65311e21aa9b1a7fc5d4df3f3040842b1db5.tar.xz | |
fixed typo in alinco.py
| -rw-r--r-- | chirp/drivers/alinco.py | 2 |
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): |
