Project

General

Profile

Bug #433 » rbnochanfix.patch

Tom Hayward, 01/16/2013 11:43 AM

View differences:

chirpui/mainapp.py Thu Jan 10 20:16:07 2013 -0500 → chirpui/mainapp.py Wed Jan 16 11:41:48 2013 -0800
("query=%s\n" % query) +
("\n") +
("\n".join(radio.errors)))
except errors.InvalidDataError, e:
common.show_error(str(e))
self.window.set_cursor(None)
return
except Exception, e:
common.log_exception()
    (1-1/1)