On Wed, Dec 4, 2019 at 3:33 PM Dan Smith via chirp_devel chirp_devel@intrepid.danplanet.com wrote:
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
-@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
Dan,
I tested on Linux and Windows. I don't get an error, but no tab is created to allow the CHIRP user to start editing. Definitely broken.
Jim