Opened 9 years ago
Closed 9 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!
Note:
See TracTickets
for help on using tickets.
In 34c56687: