Project

General

Profile

Bug #7935 ยป reporting.patch

Alex Page, 06/01/2020 02:10 PM

View differences:

chirp/ui/mainapp.py
os.remove(filen)
count = eset.do_export(filen)
reporting.report_model_usage(eset.rthread.radio, "export", count > 0)
success = count > 0 if count is not None else False
reporting.report_model_usage(eset.rthread.radio, "export", success)
def do_about(self):
d = gtk.AboutDialog()
    (1-1/1)