[chirp_devel] TS590 broke File->New?
Dan Smith
Wed Dec 4 12:33:12 PST 2019
Hi all,
While working with chirp today I noticed something recently broke. File->New gives me this:
IOError: [Errno 2] No such file or directory: 'Untitled.csv'
I bisected this down to Rick's recent TS590 patch:
https://chirp.danplanet.com/projects/chirp/repository/revisions/0d1c22a40797
Specifically, if I de-register the ts590 driver, it works again:
> diff -r 0d1c22a40797 chirp/drivers/ts590.py
> --- a/chirp/drivers/ts590.py Sun Nov 10 10:03:49 2019 -0800
> +++ b/chirp/drivers/ts590.py Wed Dec 04 12:30:01 2019 -0800
> @@ -562,7 +562,7 @@
> return
>
>
> - at directory.register
> +#@directory.register
> class TS590Radio(chirp_common.CloneModeRadio):
I have not done any further debugging. However, if this is really broken like this (File->New is kinda important) then I'm just going to remove the driver from the registry until it is resolved.
Can anyone verify this behavior or show me that it works for them real quick?
--Dan
More information about the chirp_devel
mailing list