Matthew Poletiek
- Email:
- Registered on: 11/25/2020
- Last connection: 01/23/2021
Activity
Reported issues: 4
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 (Feedback): 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 (Feedback): 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 (New): 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