Project

General

Profile

Actions

Bug #7093

open

"ERROR: Editing new item, taking defaults" when editing new channel

Added by Jaroslav Škarvada over 4 years ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
09/19/2019
Due date:
% Done:

0%

Estimated time:
Chirp Version:
daily
Model affected:
(All models)
Platform:
All
Debug Log:
I read the instructions above:

Description

It shows when editing new (previously empty) channel on e.g. UV-5R, but I think it's not specific to the radio.

The error comes from the chirp/ui/memedit.py:341:

       if not self.store.get(iter, self.col("_filled"))[0] and \
                self.store.get(iter, self.col(_("Frequency")))[0] == 0:
            LOG.error(_("Editing new item, taking defaults"))
            self.insert_new(iter)

Is it really error? For me it seems confusing, shouldn't it be e.g. debug?

No data to display

Actions

Also available in: Atom PDF