Project

General

Profile

Bug #8475 » py3syntax.patch

Matthew Poletiek, 11/25/2020 10:34 AM

View differences:

chirp/drivers/vx6.py
elif setting == "password":
newval = self._encode_chars(newval, 4)
setattr(_settings, setting, newval)
except Exception, e:
except (Exception, e):
raise
chirp/ui/mainapp.py
query = "http://chirp.danplanet.com/query/rb/1.0/app_direct" \
"?loc=%s&band=%s&dist=%s" % (loc, band, dist)
print query
print(query)
# Do this in case the import process is going to take a while
# to make sure we process events leading up to this
(1-1/2)