Modify ↓
Opened 17 years ago
Closed 17 years ago
#6011 closed defect (fixed)
[PATCH] Raise NotImplementedError instead of returning it
Reported by: | Paolo Capriotti | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | version control | Version: | |
Severity: | trivial | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Fix a typo: s/return/raise
in
return NotImplementedError
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | raise-exc.diff added |
---|
comment:1 by , 17 years ago
Component: | general → version control |
---|---|
Milestone: | → 0.11 |
Owner: | changed from | to
Severity: | normal → trivial |
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r6009, thanks for the report.
Note:
See TracTickets
for help on using tickets.
Oops, unbelievable how that stayed for two years unnoticed!