Marzona / rig-remote

remote control a rig through rigctl protocol
MIT License
21 stars 6 forks source link

Release 2 : Adding a blank bookmark causes traceback. #50

Closed MaineTim closed 8 years ago

MaineTim commented 8 years ago

I'm on it, but from now on I'm going to add an issue each time I fix something so you get flagged of the commit when it happens. BTW, was able to generate a unit test to duplicate the error, so that's progress on my part. Now I know how to generate unit tests for tkinter events. Who knew?

MaineTim commented 8 years ago

Fixed in commit ce3801c, along with pulling the print statements, and changing logger.exception to logger.error to get rid of that traceback.

Marzona commented 8 years ago

Great!

MaineTim commented 8 years ago

Pushed the same commit to develop.