Opened 15 years ago
Closed 15 years ago
#12718 closed (fixed)
If there's an AttributeError in a database router module, it gets swallowed up by the wrong except clause
Reported by: | Jeff Balogh | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.2-alpha |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The attached patch tightens up the try blocks.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | router-attr-error.diff added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
if there's an AttributeError in the router module, it gets swallowed up by the wrong except