Opened 8 years ago

Closed 6 years ago

#12737 closed Patch - Bug Fix (Won't Fix)

PyAPI: Missing Unpack step of tuple element for assignment of MythDBError.ecode

Reported by: casey.mcginty@… Owned by: Raymond Wagner
Priority: minor Milestone: 0.28.2
Component: Bindings - Python Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

In class MythDBError, the 'args' vars is a tuple. The assignment to self.ecode incorrectly assigned the tuple instead of assigning the first tuple element.

Merge code fix at: https://github.com/cmcginty/mythtv/tree/fix-pyapi-exception

Change History (3)

comment:1 Changed 8 years ago by Stuart Auchterlonie

Milestone: unknown0.28.1
Version: UnspecifiedMaster Head

comment:2 Changed 7 years ago by Stuart Auchterlonie

Milestone: 0.28.10.28.2

Moving remaining open 0.28.1 tickets to 0.28.2

comment:3 Changed 6 years ago by Stuart Auchterlonie

Resolution: Won't Fix
Status: newclosed

Closing any remaining tickets for 0.28, if the issue persists, feel free to reopen and align to v29 or master

Note: See TracTickets for help on using tickets.