Matthew Poletiek
- Registered on: 11/25/2020
- Last sign in: 01/24/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 3 | 3 |
Reported issues | 0 | 4 | 4 |
Activity
01/17/2021
- 12:58 PM CHIRP Bug #8475: Python3 Syntax errors
- Bernhard Hailer wrote:
> Matthew, has your patch been posted to the developer's mailing list, has it been accepted? ...
12/15/2020
- 11:50 AM CHIRP Bug #8547: Drivers Depend on Missing Module: wouxun_common
- Patch for fix.
12/14/2020
- 08:42 PM CHIRP Bug #8545: Python 3 Syntax Errors in Driver Files
- Thanks Tony!
I went ahead and fixed that, see attached!
- 08:00 PM CHIRP Bug #8475: Python3 Syntax errors
- Updated patch with better syntax.
@except (Exception, e):@ wasn't correct.
Correct answer is @except Exception ... - 07:59 PM CHIRP Bug #8475: Python3 Syntax errors
- Better Patch
12/11/2020
- 05:13 PM CHIRP Bug #8549: string.uppercase no longer exists in Python 3
- Patch for fix.
- 05:11 PM CHIRP Bug #8549 (Rejected): string.uppercase no longer exists in Python 3
- A few drivers still use 'string.uppercase' instead of the proper 'string.ascii_uppercase'
12/10/2020
- 08:59 PM CHIRP Bug #8547 (Rejected): Drivers Depend on Missing Module: wouxun_common
- Looks like a handful of drivers depend on 'wouxun_common' which can't be found at runtime.
@
Failed to import /ho... - 08:39 PM CHIRP Bug #8545: Python 3 Syntax Errors in Driver Files
- Here's a patch.
- 08:30 PM CHIRP Bug #8545 (Closed): Python 3 Syntax Errors in Driver Files
- Continuing to find syntax errors leftover from Python 2 in chirp/devices/
@
Failed to import /Users/nicolas/Docum...
Also available in: Atom