Opened 8 years ago

Closed 8 years ago

#26342 closed Bug (fixed)

Bug with NodeNotFoundError repr

Reported by: Jarek Glowacki Owned by: Jarek Glowacki
Component: Migrations Version: dev
Severity: Normal Keywords: NodeNotFoundError repr
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

NodeNotFoundError.node is a tuple. Feeding it as a single argument to a formatter attempts to unpack it. We don't want that!

Change History (1)

comment:1 by Markus Holtermann <info@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 34c56687:

Fixed #26342 -- Prevented unpacking when repr a NodeNotFoundError

Note: See TracTickets for help on using tickets.
Back to Top